module HTML5_f: sig .. end
sig
end
module Make: functor (XML : XML_sigs.T) -> functor (SVG : SVG_sigs.T with module XML := XML) -> HTML5_sigs.T with module XML := XML and module SVG := SVG
functor (
XML
:
XML_sigs.T
) ->
SVG
SVG_sigs.T
with module XML := XML
HTML5_sigs.T
with module XML := XML and module SVG := SVG