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.11.0.0.11.0.tbz
sha256=59d38d716fda7cb1d89e2e1519c93d22deaf14da4f0f2feccd45886317f3424c
sha512=21b0ccaf75b497e13662c3fa2c618413dfccf6abfaabbab1d27926836447a0fcdc0e2a92929401359321018a4a867124caad27e9db52c4f3e5040aff698999ef

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

Module Serlib.Ser_eConstr

type t = EConstr.t
val sexp_of_t : t -> Sexplib.Sexp.t
val t_of_sexp : Sexplib.Sexp.t -> t
type existential = EConstr.existential
val existential_of_sexp : Sexplib.Sexp.t -> existential
val sexp_of_existential : existential -> Sexplib.Sexp.t
type constr = t
val sexp_of_constr : constr -> Sexplib.Sexp.t
val constr_of_sexp : Sexplib.Sexp.t -> constr
type types = t
val sexp_of_types : types -> Sexplib.Sexp.t
val types_of_sexp : Sexplib.Sexp.t -> types
type unsafe_judgment = EConstr.unsafe_judgment
val sexp_of_unsafe_judgment : unsafe_judgment -> Sexplib.Sexp.t
val unsafe_judgment_of_sexp : Sexplib.Sexp.t -> unsafe_judgment
OCaml

Innovation. Community. Security.