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.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.MPmap.t;
  4. env_modtypes : Mod_declarations.module_type_body Names.MPmap.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.rewrite_rule list Names.Cmap_env.t;
  10. env_typing_flags : Declarations.typing_flags;
}
Sourceval view : env -> t