Module Xhtmlparser.Make.Error

module Error: sig .. end

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