package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

doc/coq-core.pretyping/Structures/ValuePattern/index.html

Module Structures.ValuePatternSource

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

Sourcetype 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
Sourceval equal : Environ.env -> t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval print : t -> Pp.t
Sourceval of_constr : Environ.env -> Constr.t -> t * int option * Constr.t list

Return the form of the component of a canonical structure

OCaml

Innovation. Community. Security.