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.13.0.0.13.1.tbz
sha256=530991b3e029102367184b96d8bd8a347c7172265a5815176a533b1061f8c6cf
sha512=c6cc5afcad3546c3fbcd8512f20a5ebd748f17529805c1d296959092fde8f31b77f7c7a06254f68c30eb6c6ad520bfbf03388505186a600e75d65ae3acd02c77

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 Constraint : SerType.SJ with type t = Univ.Constraint.t
Sourcemodule UContext : SerType.S with type t = Univ.UContext.t
Sourcemodule AUContext : SerType.S with type t = Univ.AUContext.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.