package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.2.tar.gz
md5=5d1187d5e44ed0163f76fb12dabf012e
sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c

doc/coq-core.kernel/Sorts/Quality/index.html

Module Sorts.QualitySource

Sourcetype constant =
  1. | QProp
  2. | QSProp
  3. | QType
Sourcetype t =
  1. | QVar of QVar.t
  2. | QConstant of constant
Sourcemodule Constants : sig ... end
Sourceval qprop : t
Sourceval qsprop : t
Sourceval qtype : t
Sourceval var : int -> t

var i is QVar (QVar.make_var i)

Sourceval var_index : t -> int option
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval pr : (QVar.t -> Pp.t) -> t -> Pp.t
Sourceval raw_pr : t -> Pp.t
Sourceval hash : t -> int
Sourceval hcons : t -> t
Sourceval subst : (QVar.t -> t) -> t -> t
Sourceval subst_fn : t QVar.Map.t -> QVar.t -> t
Sourcemodule Set : CSig.SetS with type elt = t
module Map : CMap.ExtS with type key = t and module Set := Set
OCaml

Innovation. Community. Security.