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.1.tbz
sha256=207b091d8d9d9e1a649759f0acfd15cbfda54a2627a01fc74aa74ec0ffaa3400
sha512=af85d00c5896e78a6edea7794070795ca14c8e47a0e9a28f2ac003364b0f99eb72f19f57e755a3967d255b1aaf62cae0d09bbab02d2d35ef6ee02b84823a0929

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.