module Error: sig .. end
sig
end
type t =
|
EndOfTagExpected of string
string
EOFExpected
NoMoreTagExpected
NoMoreData
exception E of t
t
val print : Format.formatter -> t -> unit
Format.formatter -> t -> unit
val to_string : t -> string
t -> string