Module Eliom_form

module type Html = sig ... end
type 'a param
module Make (H : Html) : Eliom_form_sigs.S with type +'a elt := 'a H.elt and type +'a attrib := 'a H.attrib and type uri := H.uri and type 'a param = 'a param