package coqide-server

  1. Overview
  2. Docs
The Rocq Prover, XML protocol server

Install

Dune Dependency

Authors

Maintainers

Sources

rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be

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.