package rocq-runtime

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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