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.19.0.0.19.2.tbz
sha256=2106a7f8bc1b38a2a0da6f9425aa21a57c508771da75c59c0b08481e9ec9a083
sha512=a09a6d6f37724bf5aa0166e7064e703a8e8d4d939a474353b515bb55b764b988a18a5979a0eba97d9bbc12d89502aeec0788f35c5c8e6917845046e90737b5fc

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_of_sexp : Sexplib0.Sexp.t -> vernac_flag_type
Sourceval sexp_of_vernac_flag_type : vernac_flag_type -> Sexplib0.Sexp.t
Sourceval vernac_flag_type_to_yojson : vernac_flag_type -> Yojson.Safe.t
Sourceval hash_fold_vernac_flag_type : Ppx_hash_lib.Std.Hash.state -> vernac_flag_type -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_vernac_flag_type : vernac_flag_type -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_vernac_flag_type : vernac_flag_type -> vernac_flag_type -> int
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_of_sexp : Sexplib0.Sexp.t -> vernac_flag
Sourceval vernac_flag_value_of_sexp : Sexplib0.Sexp.t -> vernac_flag_value
Sourceval vernac_flags_of_sexp : Sexplib0.Sexp.t -> vernac_flags
Sourceval sexp_of_vernac_flag : vernac_flag -> Sexplib0.Sexp.t
Sourceval sexp_of_vernac_flag_value : vernac_flag_value -> Sexplib0.Sexp.t
Sourceval sexp_of_vernac_flags : vernac_flags -> Sexplib0.Sexp.t
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 hash_fold_vernac_flag : vernac_flag Base__Hash.folder
Sourceval hash_fold_vernac_flag_value : Ppx_hash_lib.Std.Hash.state -> vernac_flag_value -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_fold_vernac_flags : Ppx_hash_lib.Std.Hash.state -> vernac_flags -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_vernac_flag : vernac_flag -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval hash_vernac_flag_value : vernac_flag_value -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval hash_vernac_flags : vernac_flags -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_vernac_flag : vernac_flag -> vernac_flag -> int
Sourceval compare_vernac_flag_value : vernac_flag_value -> vernac_flag_value -> int
Sourceval compare_vernac_flags : vernac_flags -> vernac_flags -> int
OCaml

Innovation. Community. Security.