package plist-xml-lwt

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

Module Plist_xml_lwtSource

include Plist_xml.S with type s := Markup.async and type 'a io := 'a Lwt.t
Sourceval plist_of_stream_exn : (Markup.signal, Markup.async) Markup.stream -> Plist_xml.t Lwt.t

Raises Parse_error upon failure.

Sourceval parse_exn : ?report:(Markup.location -> Markup.Error.t -> unit Lwt.t) -> ?encoding:Markup.Encoding.t -> ?namespace:(string -> string option) -> ?entity:(string -> string option) -> ?context:[< `Document | `Fragment ] -> (char, Markup.async) Markup.stream -> Plist_xml.t Lwt.t

Raises Parse_error upon failure. See documentation for Markup.parse_xml for labeled parameter information.

OCaml

Innovation. Community. Security.