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/index.html

Module SortsSource

The sorts of CCI.
Sourcetype family =
  1. | InSProp
  2. | InProp
  3. | InSet
  4. | InType
  5. | InQSort
Sourceval all_families : family list
Sourcemodule QVar : sig ... end
Sourcemodule Quality : sig ... end
Sourcemodule QConstraint : sig ... end
Sourcemodule QConstraints : sig ... end
Sourceval enforce_eq_quality : Quality.t -> Quality.t -> QConstraints.t -> QConstraints.t
Sourceval enforce_leq_quality : Quality.t -> Quality.t -> QConstraints.t -> QConstraints.t
Sourcemodule QUConstraints : sig ... end
Sourcetype t = private
  1. | SProp
  2. | Prop
  3. | Set
  4. | Type of Univ.Universe.t
  5. | QSort of QVar.t * Univ.Universe.t
Sourceval sprop : t
Sourceval set : t
Sourceval prop : t
Sourceval type1 : t
Sourceval qsort : QVar.t -> Univ.Universe.t -> t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval hash : t -> int
Sourceval is_sprop : t -> bool
Sourceval is_set : t -> bool
Sourceval is_prop : t -> bool
Sourceval is_small : t -> bool
Sourceval family : t -> family
Sourceval quality : t -> Quality.t
Sourceval hcons : t -> t
Sourceval family_compare : family -> family -> int
Sourceval family_equal : family -> family -> bool
Sourceval family_leq : family -> family -> bool
Sourceval sort_of_univ : Univ.Universe.t -> t
Sourceval levels : t -> Univ.Level.Set.t
Sourceval super : t -> t
Sourceval subst_fn : ((QVar.t -> Quality.t) * (Univ.Universe.t -> Univ.Universe.t)) -> t -> t
Sourcetype relevance =
  1. | Relevant
  2. | Irrelevant
  3. | RelevanceVar of QVar.t

On binders: is this variable proof relevant

Sourceval relevance_hash : relevance -> int
Sourceval relevance_equal : relevance -> relevance -> bool
Sourceval relevance_subst_fn : (QVar.t -> Quality.t) -> relevance -> relevance
Sourceval relevance_of_sort : t -> relevance
Sourceval relevance_of_sort_family : family -> relevance
Sourceval debug_print : t -> Pp.t
Sourceval pr_sort_family : family -> Pp.t
OCaml

Innovation. Community. Security.

On This Page
  1. The sorts of CCI.