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_mod_subst/index.html

Module Serlib.Ser_mod_subst

type delta_resolver = Mod_subst.delta_resolver
val sexp_of_delta_resolver : delta_resolver -> Sexplib.Sexp.t
val delta_resolver_of_sexp : Sexplib.Sexp.t -> delta_resolver
type substitution = Mod_subst.substitution
val sexp_of_substitution : substitution -> Sexplib.Sexp.t
val substitution_of_sexp : Sexplib.Sexp.t -> substitution
type 'a substituted = 'a Mod_subst.substituted
val sexp_of_substituted : ('a -> Sexplib.Sexp.t) -> 'a substituted -> Sexplib.Sexp.t
val substituted_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a substituted
OCaml

Innovation. Community. Security.