package rocq-runtime

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.