Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor Html_sigs.Make

module Make (Xml : Xml_sigs.T) 
   (Svg : Svg_sigs.T     with module Xml := Xml) :
  sig..end

Signature functor for Html_f.Make.

Parameters :

Xml:Xml_sigs.T
Svg:Svg_sigs.T with module Xml := Xml

module type T = 
  Html_sigs.T
   with type 'a Xml.W.t = 'a Xml.W.t
   and type 'a Xml.W.tlist = 'a Xml.W.tlist
   and type ('a,'b) Xml.W.ft = ('a,'b) Xml.W.ft
   and type Xml.uri = Xml.uri
   and type Xml.event_handler = Xml.event_handler
   and type Xml.mouse_event_handler = Xml.mouse_event_handler
   and type Xml.keyboard_event_handler = Xml.keyboard_event_handler
   and type Xml.touch_event_handler = Xml.touch_event_handler
   and type Xml.attrib = Xml.attrib
   and type Xml.elt = Xml.elt
   and module Svg := Svg

See module-type:Html_sigs.T.