package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val to_constr : t -> Constr.t

Physical identity. Does not care for defined evars.

val to_constr_array : t array -> Constr.t array

Physical identity. Does not care for defined evars.

Physical identity. Does not care for defined evars.

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 -> Univ.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.