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.10.0.0.7.2.tbz
sha256=39018932b0520cc042246a3f9e03f3788d1aaff65568b480d8681cba235032e9
sha512=62a3bb3950e5f9d9cfa5fca85a1108a04fd8c1833cba560ff9d52246ef96d3d61a4743e6dc6d52f53c6a495040fad53f1d9aae383609227a6eb84568ad2a1a6c

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

Module Serlib.Ser_extend

type side = Extend.side
val side_of_sexp : Sexplib.Sexp.t -> side
val sexp_of_side : side -> Sexplib.Sexp.t
type production_position = Extend.production_position
val production_position_of_sexp : Sexplib.Sexp.t -> production_position
val sexp_of_production_position : production_position -> Sexplib.Sexp.t
type production_level = Extend.production_level
val production_level_of_sexp : Sexplib.Sexp.t -> production_level
val sexp_of_production_level : production_level -> Sexplib.Sexp.t
val production_level_of_yojson : Yojson.Safe.t -> (production_level, string) Result.result
val production_level_to_yojson : production_level -> Yojson.Safe.t
type binder_entry_kind = Extend.binder_entry_kind
val binder_entry_kind_of_sexp : Sexplib.Sexp.t -> binder_entry_kind
val sexp_of_binder_entry_kind : binder_entry_kind -> Sexplib.Sexp.t
type 'lev constr_entry_key_gen = 'lev Extend.constr_entry_key_gen
val constr_entry_key_gen_of_sexp : (Sexplib.Sexp.t -> 'lev) -> Sexplib.Sexp.t -> 'lev constr_entry_key_gen
val sexp_of_constr_entry_key_gen : ('lev -> Sexplib.Sexp.t) -> 'lev constr_entry_key_gen -> Sexplib.Sexp.t
type constr_entry_key = Extend.constr_entry_key
val constr_entry_key_of_sexp : Sexplib.Sexp.t -> constr_entry_key
val sexp_of_constr_entry_key : constr_entry_key -> Sexplib.Sexp.t
type constr_prod_entry_key = Extend.constr_prod_entry_key
val constr_prod_entry_key_of_sexp : Sexplib.Sexp.t -> constr_prod_entry_key
val sexp_of_constr_prod_entry_key : constr_prod_entry_key -> Sexplib.Sexp.t
type simple_constr_prod_entry_key = Extend.simple_constr_prod_entry_key
val simple_constr_prod_entry_key_of_sexp : Sexplib.Sexp.t -> simple_constr_prod_entry_key
val sexp_of_simple_constr_prod_entry_key : simple_constr_prod_entry_key -> Sexplib.Sexp.t
val simple_constr_prod_entry_key_of_yojson : Yojson.Safe.t -> (simple_constr_prod_entry_key, string) Result.result
val simple_constr_prod_entry_key_to_yojson : simple_constr_prod_entry_key -> Yojson.Safe.t
OCaml

Innovation. Community. Security.