module SubXhtml: functor (T : sigtype content val print : (string -> unit) -> content -> unitend) -> XhtmlSig with type page = T.content
functor (
T
:
sig
type content
val print : (string -> unit) -> content -> unit
(string -> unit) -> content -> unit
end
) ->
XhtmlSig
with type page = T.content
sig type content val print : (string -> unit ) -> content -> unit end
include Eliom_mkreg.ELIOMREGSIG
include Eliom_duce.XhtmlFormsSig