package rocq-runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. boot : bool;
  2. sort : bool;
  3. vos : bool;
  4. noglob : bool;
  5. ml_path : string list;
  6. vo_path : (bool * string * string) list;
  7. dyndep : string;
  8. worker : string option;
  9. files : string list;
}
val make : unit -> t
val usage : unit -> 'a
val parse : t -> string list -> t
OCaml

Innovation. Community. Security.