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.15.0.0.15.0.tbz
sha256=5cd48e23a8893f71f7b599dc919ce52d19eb4a6feeaa49f954e0a7123496a306
sha512=cc09f481c5dfdf181711aa13ef1d93176b4143a14ef863375f98e25db15da8ed4335526a27ba33479594a0bd745733eaaf02437ce7e0f972d97673b04d25773c

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

Module Serlib.Ser_attributesSource

Sourcemodule CAst = Ser_cAst
Sourcetype vernac_flag_type = Attributes.vernac_flag_type =
  1. | FlagIdent of string
  2. | FlagString of string
Sourceval vernac_flag_type_to_yojson : vernac_flag_type -> Yojson.Safe.t
Sourceval vernac_flag_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_flag_type
Sourceval sexp_of_vernac_flag_type : vernac_flag_type -> Ppx_sexp_conv_lib.Sexp.t
Sourcetype vernac_flag = (string * vernac_flag_value) CAst.t
Sourceand vernac_flag_value = Attributes.vernac_flag_value =
  1. | VernacFlagEmpty
  2. | VernacFlagLeaf of vernac_flag_type
  3. | VernacFlagList of vernac_flags
Sourceand vernac_flags = vernac_flag list
Sourceval vernac_flag_to_yojson : vernac_flag -> Yojson.Safe.t
Sourceval vernac_flag_value_to_yojson : vernac_flag_value -> Yojson.Safe.t
Sourceval vernac_flags_to_yojson : vernac_flags -> Yojson.Safe.t
Sourceval vernac_flag_of_sexp : Sexplib0__.Sexp.t -> vernac_flag
Sourceval vernac_flag_value_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_flag_value
Sourceval vernac_flags_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_flags
Sourceval sexp_of_vernac_flag : vernac_flag -> Sexplib0__.Sexp.t
Sourceval sexp_of_vernac_flag_value : vernac_flag_value -> Ppx_sexp_conv_lib.Sexp.t
Sourceval sexp_of_vernac_flags : vernac_flags -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.