package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824

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