package erm_xml
-
erm_xml
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a Xmllexer.UnitMonad.t
val return : 'a -> 'a t
val fail : exn -> 'a t
type source = Xmllexer.Input(Xmllexer.UnitMonad).stream
type stream =
Xmllexer.LocatedStream(Xmllexer.UnitMonad)(Xmllexer.Input(Xmllexer.UnitMonad)).stream =
{
mutable line : int;
mutable col : int;
mutable decoder : source -> int option Xmllexer.Input(Xmllexer.UnitMonad).t;
stream : source;
}
val set_decoder : string -> stream -> unit