package coqide-server

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

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.