package coq-core

  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.

val to_binder_annot : 'a binder_annot -> 'a Constr.binder_annot

Physical identity. Does not care for defined evars.

Physical identity. Does not care for defined evars.

val to_relevance : ERelevance.t -> Sorts.relevance
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.

val relevance_eq : (ERelevance.t, Sorts.relevance) CSig.eq
OCaml

Innovation. Community. Security.