module SubXhtml: functor (T : sigtype content val print : (string -> unit) -> content -> unitend) -> sig .. end
functor (
T
:
sig
type content
val print : (string -> unit) -> content -> unit
(string -> unit) -> content -> unit
end
) ->
sig type content val print : (string -> unit ) -> content -> unit end
include Eliom_mkreg.ELIOMREGSIG
include Eliom_mkforms.ELIOMFORMSIG