package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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 Sorts.family
  5. | Default_cs
val equal : Environ.env -> t -> t -> bool
val compare : t -> t -> int
val print : t -> Pp.t
val of_constr : Environ.env -> Constr.t -> t * int option * Constr.t list

Return the form of the component of a canonical structure