package coq

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.