package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type inline = bool
type result = {
  1. cook_body : Constr.constr Mod_subst.substituted Declarations.constant_def;
  2. cook_type : Constr.types;
  3. cook_universes : Declarations.universes;
  4. cook_private_univs : Univ.ContextSet.t option;
  5. cook_relevance : Sorts.relevance;
  6. cook_inline : inline;
  7. cook_context : Constr.named_context option;
}
val cook_constant : recipe -> result
OCaml

Innovation. Community. Security.