Evd.MiniEConstrUse this module only to bootstrap EConstr
module ERelevance : sig ... endmodule ESorts : sig ... endmodule EInstance : sig ... endtype t = econstrval kind :
evar_map ->
t ->
(t, t, ESorts.t, EInstance.t, ERelevance.t) Constr.kind_of_termval kind_upto :
evar_map ->
Constr.constr ->
(Constr.constr, Constr.types, Sorts.t, UVars.Instance.t, Sorts.relevance)
Constr.kind_of_termval replace_vars : evar_map -> (Names.Id.t * t) list -> t -> tval of_kind :
(t, t, ESorts.t, EInstance.t, ERelevance.t) Constr.kind_of_term ->
tval unsafe_relevance_eq : (ERelevance.t, Sorts.relevance) Util.eqval of_named_decl :
(Constr.t, Constr.types, Sorts.relevance) Context.Named.Declaration.pt ->
(t, t, ERelevance.t) Context.Named.Declaration.ptval unsafe_to_named_decl :
(t, t, ERelevance.t) Context.Named.Declaration.pt ->
(Constr.t, Constr.types, Sorts.relevance) Context.Named.Declaration.ptval unsafe_to_rel_decl :
(t, t, ERelevance.t) Context.Rel.Declaration.pt ->
(Constr.t, Constr.types, Sorts.relevance) Context.Rel.Declaration.ptval of_case_invert :
Constr.constr Constr.pcase_invert ->
econstr Constr.pcase_invertval unsafe_to_case_invert :
econstr Constr.pcase_invert ->
Constr.constr Constr.pcase_invertval of_rel_decl :
(Constr.t, Constr.types, Sorts.relevance) Context.Rel.Declaration.pt ->
(t, t, ERelevance.t) Context.Rel.Declaration.ptval of_named_context :
(Constr.t, Constr.types, Sorts.relevance) Context.Named.pt ->
(t, t, ERelevance.t) Context.Named.ptval of_rel_context :
(Constr.t, Constr.types, Sorts.relevance) Context.Rel.pt ->
(t, t, ERelevance.t) Context.Rel.ptval lookup_constant :
Environ.env ->
evar_map ->
Names.Constant.t ->
Declarations.constant_body