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.1.tbz
sha256=f06bb0ab1041ac6f8d73faddda404827ce94b6b3310483e93d7fd18bd018e1ed
sha512=ecbed7b5b8451f65d40bf50fd1471b5038029c6f1ae8912c8cb51e61699cc4c158bc4f3533ec5f0898d1fc3d91683c0ff815fa44be7fdaedea59b71ca1d1b7d3

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

Module Serlib.Ser_attributes

type vernac_flag = string * vernac_flag_value
and vernac_flag_value = Attributes.vernac_flag_value =
  1. | VernacFlagEmpty
  2. | VernacFlagLeaf of string
  3. | VernacFlagList of vernac_flags
and vernac_flags = vernac_flag list
val vernac_flag_to_yojson : vernac_flag -> Yojson.Safe.t
val vernac_flag_value_to_yojson : vernac_flag_value -> Yojson.Safe.t
val vernac_flags_to_yojson : vernac_flags -> Yojson.Safe.t
val vernac_flag_of_sexp : Sexplib0.Sexp.t -> vernac_flag
val vernac_flag_value_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_flag_value
val vernac_flags_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_flags
val sexp_of_vernac_flag : vernac_flag -> Sexplib0.Sexp.t
val sexp_of_vernac_flag_value : vernac_flag_value -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_vernac_flags : vernac_flags -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.