package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.1.tar.gz
sha256=35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759

doc/rocq-runtime.coqdeplib/Coqdeplib/Args/index.html

Module Coqdeplib.ArgsSource

Sourcetype t = {
  1. boot : bool;
  2. coqlib : string option;
  3. sort : bool;
  4. vos : bool;
  5. noglob : bool;
  6. ml_path : string list;
  7. vo_path : (bool * string * string) list;
  8. dyndep : string;
  9. worker : string option;
  10. files : string list;
}
Sourceval make : unit -> t
Sourceval usage : unit -> 'a
Sourceval parse : t -> string list -> t