package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be

doc/rocq-runtime.engine/EConstr/ESorts/index.html

Module EConstr.ESortsSource

Type of sorts up-to universe unification. Essentially a wrapper around Sorts.t so that normalization is ensured statically.

Sourceval make : Sorts.t -> t

Turn a sort into an up-to sort.

Sourceval kind : Evd.evar_map -> t -> Sorts.t

Returns the view into the current sort. Note that the kind of a variable may change if the unification state of the evar map changes.

Sourceval equal : Evd.evar_map -> t -> t -> bool
Sourceval is_small : Evd.evar_map -> t -> bool
Sourceval is_prop : Evd.evar_map -> t -> bool
Sourceval is_sprop : Evd.evar_map -> t -> bool
Sourceval is_set : Evd.evar_map -> t -> bool
Sourceval prop : t
Sourceval sprop : t
Sourceval set : t
Sourceval type1 : t
Sourceval super : Evd.evar_map -> t -> t
Sourceval relevance_of_sort : t -> ERelevance.t
Sourceval family : Evd.evar_map -> t -> Sorts.family
OCaml

Innovation. Community. Security.