Module type XML_sigs.TypedXML


module type TypedXML = sig .. end

module XML: XML_sigs.T 
module Info: XML_sigs.Info 
type 'a elt 
type doc 
val toelt : 'a elt -> XML.elt
val doc_toelt : doc -> XML.elt