module Tyxml_cast: sig .. end
sig
end
module MakeTo (C : sig type 'a elt val elt : 'a elt -> Dom.node Js.tend) : Tyxml_cast_sigs.TO with type 'a elt = 'a C.elt
(
C
:
type 'a elt
'a
val elt : 'a elt -> Dom.node Js.t
'a elt -> Dom.node Js.t
)
Tyxml_cast_sigs.TO
with type 'a elt = 'a C.elt
module MakeOf (C : sig type 'a elt val elt : Dom.node Js.t -> 'a eltend) : Tyxml_cast_sigs.OF with type 'a elt = 'a C.elt
val elt : Dom.node Js.t -> 'a elt
Dom.node Js.t -> 'a elt
Tyxml_cast_sigs.OF