package coq-serapi

  1. Overview
  2. Docs
Serialization library and protocol for machine interaction with the Coq proof assistant

Install

Dune Dependency

Authors

Maintainers

Sources

coq-serapi-8.15.0.0.15.2.tbz
sha256=e252d05b41e920c1df4343c437be4018804971ecfd00291ddb4d31ce72281853
sha512=1f936181265346d0cd17ec292b98f201382ea84440b415b77664430044ba599072e653366f080d8b63ee5f8fe5bfc0d2cd2a38cc759532500d8c60a483fe36b7

doc/coq-serapi.serlib/Serlib/Ser_univ/index.html

Module Serlib.Ser_univSource

Sourcemodule Level : SerType.SJ with type t = Univ.Level.t
Sourcemodule Universe : SerType.SJ with type t = Univ.Universe.t
Sourcemodule Variance : SerType.SJ with type t = Univ.Variance.t
Sourcemodule Instance : SerType.SJ with type t = Univ.Instance.t
Sourcetype constraint_type = Univ.constraint_type
Sourceval constraint_type_of_sexp : Sexplib.Sexp.t -> constraint_type
Sourceval sexp_of_constraint_type : constraint_type -> Sexplib.Sexp.t
Sourceval constraint_type_of_yojson : Yojson.Safe.t -> (constraint_type, string) Result.result
Sourceval constraint_type_to_yojson : constraint_type -> Yojson.Safe.t
Sourcetype univ_constraint = Univ.univ_constraint
Sourceval univ_constraint_of_sexp : Sexplib.Sexp.t -> univ_constraint
Sourceval sexp_of_univ_constraint : univ_constraint -> Sexplib.Sexp.t
Sourcemodule Constraints : SerType.SJ with type t = Univ.Constraints.t
Sourcemodule UContext : SerType.S with type t = Univ.UContext.t
Sourcemodule AbstractContext : SerType.S with type t = Univ.AbstractContext.t
Sourcemodule ContextSet : SerType.SJ with type t = Univ.ContextSet.t
Sourcetype 'a in_universe_context = 'a Univ.in_universe_context

A value in a universe context (resp. context set).

Sourceval in_universe_context_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a in_universe_context
Sourceval sexp_of_in_universe_context : ('a -> Sexplib.Sexp.t) -> 'a in_universe_context -> Sexplib.Sexp.t
Sourcetype 'a in_universe_context_set = 'a Univ.in_universe_context_set
Sourceval in_universe_context_set_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a in_universe_context_set
Sourceval sexp_of_in_universe_context_set : ('a -> Sexplib.Sexp.t) -> 'a in_universe_context_set -> Sexplib.Sexp.t
Sourcetype 'a puniverses = 'a * Instance.t
Sourceval puniverses_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a puniverses
Sourceval sexp_of_puniverses : ('a -> Sexplib.Sexp.t) -> 'a puniverses -> Sexplib.Sexp.t
Sourceval puniverses_of_yojson : (Yojson.Safe.t -> ('a, string) Result.result) -> Yojson.Safe.t -> ('a puniverses, string) Result.result
Sourceval puniverses_to_yojson : ('a -> Yojson.Safe.t) -> 'a puniverses -> Yojson.Safe.t
Sourcetype explanation = Univ.explanation
Sourceval explanation_of_sexp : Sexplib.Sexp.t -> explanation
Sourceval sexp_of_explanation : explanation -> Sexplib.Sexp.t
Sourcetype univ_inconsistency = Univ.univ_inconsistency
Sourceval univ_inconsistency_of_sexp : Sexplib.Sexp.t -> univ_inconsistency
Sourceval sexp_of_univ_inconsistency : univ_inconsistency -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.