package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42

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.