package coq-serapi

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

Module Serlib.Ser_xml_datatypeSource

Sourcetype 'a gxml = 'a Xml_datatype.gxml
Sourceval gxml_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a gxml
Sourceval sexp_of_gxml : ('a -> Sexplib.Sexp.t) -> 'a gxml -> Sexplib.Sexp.t
Sourceval gxml_of_yojson : (Yojson.Safe.t -> ('a, string) Result.result) -> Yojson.Safe.t -> ('a gxml, string) Result.result
Sourceval gxml_to_yojson : ('a -> Yojson.Safe.t) -> 'a gxml -> Yojson.Safe.t
Sourcetype xml = Xml_datatype.xml
Sourceval xml_of_sexp : Sexplib.Sexp.t -> xml
Sourceval sexp_of_xml : xml -> Sexplib.Sexp.t
Sourceval xml_of_yojson : Yojson.Safe.t -> (xml, string) Result.result
Sourceval xml_to_yojson : xml -> Yojson.Safe.t
OCaml

Innovation. Community. Security.