package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

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
Sourcetype pattern =
  1. | PQVar of int option
  2. | PQConstant of constant
Sourceval pattern_match : pattern -> t -> ('t, t, 'u) Partial_subst.t -> ('t, t, 'u) Partial_subst.t option
OCaml

Innovation. Community. Security.