Functor Eliom_duce.SubXhtml


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

include Eliom_mkreg.ELIOMREGSIG
include Eliom_mkforms.ELIOMFORMSIG