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/extraction_plugin/Extraction_plugin/Common/State/index.html

Module Common.StateSource

Sourcetype t
Sourceval make : modular:bool -> library:bool -> keywords:Names.Id.Set.t -> unit -> t

Getters

Sourceval get_table : t -> Table.t
Sourceval get_modular : t -> bool
Sourceval get_library : t -> bool
Sourceval get_keywords : t -> Names.Id.Set.t
Sourceval get_phase : t -> phase
Sourceval get_duplicate : t -> Names.ModPath.t -> Names.Label.t -> string option
Sourceval set_phase : t -> phase -> t

Setters

Reader-like

Sourceval with_visibility : t -> Names.ModPath.t -> Names.ModPath.t list -> (t -> 'a) -> 'a
Sourceval get_top_visible_mp : t -> Names.ModPath.t

Cleanup

Sourceval reset : t -> unit