Functor Svg_f.MakeWrapped
module MakeWrapped (W : Xml_wrap.T)
(Xml :
Xml_sigs.Wrapped with type 'a wrap = 'a W.t
and type 'a list_wrap = 'a W.tlist) :
Svg_sigs.MakeWrapped(W)(Xml).T
with type +'a elt = Xml.elt
and type +'a attrib = Xml.attrib
Like the Svg_f.Make functor, but allows to wrap elements inside a monad described by Xml_wrap.T. See the functorial interface documentation for more details.
Parameters :
W | : | Xml_wrap.T |
Xml | : | Xml_sigs.Wrapped with type 'a wrap = 'a W.t and type 'a list_wrap = 'a W.tlist |