package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. spec : string;
  2. file : string;
  3. vfstype : string;
  4. mntops : string list;
  5. freq : int;
  6. passno : int;
}
include sig ... end
val passno : t -> int
val freq : t -> int
val mntops : t -> string list
val vfstype : t -> string
val file : t -> string
val spec : t -> string
module Fields : sig ... end
OCaml

Innovation. Community. Security.