Module Xhtmlparser

module Xhtmlparser: sig .. end

module Error: sig .. end
module EH: Camlp4.ErrorHandler.Register(Error)
module LexerArg: sig .. end
module type TypedXML = sig .. end
module Make: 
functor (Syntax : Camlp4.Sig.Camlp4Syntax with module Loc = Loc and module Ast = Ast) ->
functor (S : TypedXML) -> sig .. end