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/rocq-runtime.kernel/Environ/Internal/View/index.html

Module Internal.ViewSource

View type only used by Serlib. Do not use otherwise.

Sourcetype t = {
  1. env_constants : constant_key Names.Cmap_env.t;
  2. env_inductives : mind_key Names.Mindmap_env.t;
  3. env_modules : Mod_declarations.module_body Names.ModPath.Map.t;
  4. env_modtypes : Mod_declarations.module_type_body Names.ModPath.Map.t;
  5. env_named_context : named_context_val;
  6. env_rel_context : rel_context_val;
  7. env_universes : UGraph.t;
  8. env_qualities : Sorts.QVar.Set.t;
  9. env_symb_pats : Declarations.machine_rewrite_rule list Names.Cmap_env.t;
  10. env_typing_flags : Declarations.typing_flags;
}
Sourceval view : env -> t