Module EConstr.Unsafe
val to_rel_decl : (t, types) Context.Rel.Declaration.pt -> (Constr.t, Constr.types) Context.Rel.Declaration.pt
Physical identity. Does not care for defined evars.
val to_named_decl : (t, types) Context.Named.Declaration.pt -> (Constr.t, Constr.types) Context.Named.Declaration.pt
Physical identity. Does not care for defined evars.
val to_named_context : (t, types) Context.Named.pt -> Constr.named_context
val to_rel_context : (t, types) Context.Rel.pt -> Constr.rel_context
val to_sorts : ESorts.t -> Sorts.t
Physical identity. Does not care for normalization.
val to_instance : EInstance.t -> UVars.Instance.t
Physical identity. Does not care for normalization.
val to_case_invert : case_invert -> Constr.case_invert
val eq : (t, Constr.t) CSig.eq
Use for transparent cast between types.