package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a gxml = 'a Xml_datatype.gxml
val gxml_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a gxml
val sexp_of_gxml : ('a -> Sexplib.Sexp.t) -> 'a gxml -> Sexplib.Sexp.t
val gxml_of_yojson : (Yojson.Safe.t -> ('a, string) Result.result) -> Yojson.Safe.t -> ('a gxml, string) Result.result
val gxml_to_yojson : ('a -> Yojson.Safe.t) -> 'a gxml -> Yojson.Safe.t
type xml = Xml_datatype.xml
val xml_of_sexp : Sexplib.Sexp.t -> xml
val sexp_of_xml : xml -> Sexplib.Sexp.t
val xml_of_yojson : Yojson.Safe.t -> (xml, string) Result.result
val xml_to_yojson : xml -> Yojson.Safe.t