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.0.tbz
sha256=4448c2b45a6975d7a90d3e07ce75386103d3e17c8ad96c566da854ac1e56802c
sha512=19027ca59703c8b74abd372e14403d22d07e9e8c248a50ae8f880647c10ee1f22cee93587583374c96971a667e10546b4997ff7b6a91aea51b51bbacb3052ee4

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
type deprecation = Attributes.deprecation = {
  1. since : string option;
  2. note : string option;
}
val deprecation_to_yojson : deprecation -> Yojson.Safe.t
val deprecation_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> deprecation
val sexp_of_deprecation : deprecation -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.