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.0.tbz
sha256=5cd48e23a8893f71f7b599dc919ce52d19eb4a6feeaa49f954e0a7123496a306
sha512=cc09f481c5dfdf181711aa13ef1d93176b4143a14ef863375f98e25db15da8ed4335526a27ba33479594a0bd745733eaaf02437ce7e0f972d97673b04d25773c

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.