Module Structures.ValuePattern

A ValuePattern.t characterizes the form of a component of canonical instance and is used to query the data base of canonical instances

type t =
  1. | Const_cs of Names.GlobRef.t
  2. | Proj_cs of Names.Projection.Repr.t
  3. | Prod_cs
  4. | Sort_cs of UnivGen.QualityOrSet.t
  5. | Default_cs
val equal : Environ.env -> t -> t -> bool
val print : t -> Pp.t
val of_constr : Evd.evar_map -> EConstr.t -> t * int option * EConstr.t list

Return the form of the component of a canonical structure