package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type inline = bool
type result = {
  1. cook_body : Declarations.constant_def;
  2. cook_type : Constr.types;
  3. cook_universes : Declarations.constant_universes;
  4. cook_inline : inline;
  5. cook_context : Constr.named_context option;
}
val cook_constant : hcons:bool -> recipe -> result