package coq-core

  1. Overview
  2. Docs
On This Page
  1. The sorts of CCI.
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.