package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20

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.Id.t -> string option
Sourceval set_phase : t -> phase -> t

Setters

Reader-like

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

Cleanup

Sourceval reset : t -> unit