package coqide-server

  1. Overview
  2. Docs
The Coq Proof Assistant, XML protocol server

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.2.tar.gz
md5=5d1187d5e44ed0163f76fb12dabf012e
sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c

doc/coqide-server.protocol/Serialize/index.html

Module SerializeSource

Sourceexception Marshal_error of string * Xml_datatype.xml
Sourceval massoc : string -> (string * string) list -> string
Sourceval constructor : string -> string -> Xml_datatype.xml list -> Xml_datatype.xml
Sourceval do_match : string -> (string -> Xml_datatype.xml list -> 'b) -> Xml_datatype.xml -> 'b
Sourceval singleton : 'a list -> 'a
Sourceval empty : 'a list -> unit
Sourceval raw_string : Xml_datatype.xml list -> string
Sourceval of_unit : unit -> Xml_datatype.xml
Sourceval to_unit : Xml_datatype.xml -> unit
Sourceval of_bool : bool -> Xml_datatype.xml
Sourceval to_bool : Xml_datatype.xml -> bool
Sourceval of_list : ('a -> Xml_datatype.xml) -> 'a list -> Xml_datatype.xml
Sourceval to_list : (Xml_datatype.xml -> 'a) -> Xml_datatype.xml -> 'a list
Sourceval of_option : ('a -> Xml_datatype.xml) -> 'a option -> Xml_datatype.xml
Sourceval to_option : (Xml_datatype.xml -> 'a) -> Xml_datatype.xml -> 'a option
Sourceval of_string : string -> Xml_datatype.xml
Sourceval to_string : Xml_datatype.xml -> string
Sourceval of_int : int -> Xml_datatype.xml
Sourceval to_int : Xml_datatype.xml -> int
Sourceval of_pair : ('a -> Xml_datatype.xml) -> ('b -> Xml_datatype.xml) -> ('a * 'b) -> Xml_datatype.xml
Sourceval to_pair : (Xml_datatype.xml -> 'a) -> (Xml_datatype.xml -> 'b) -> Xml_datatype.xml -> 'a * 'b
Sourceval of_union : ('a -> Xml_datatype.xml) -> ('b -> Xml_datatype.xml) -> ('a, 'b) CSig.union -> Xml_datatype.xml
Sourceval to_union : (Xml_datatype.xml -> 'a) -> (Xml_datatype.xml -> 'b) -> Xml_datatype.xml -> ('a, 'b) CSig.union
Sourceval of_edit_id : int -> Xml_datatype.xml
Sourceval to_edit_id : Xml_datatype.xml -> int
OCaml

Innovation. Community. Security.