Functor Eliom_duce.SubXhtml


module SubXhtml: 
functor (T : sig
type content 
val print : (string -> unit) -> content -> unit
end) -> XhtmlSig with type page = T.content
Parameters:
T : sig type content val print : (string -> unit ) -> content -> unit end

include Eliom_mkreg.ELIOMREGSIG
include Eliom_duce.XhtmlFormsSig