module type Polymorphic = sig .. end
sig
end
Datatype.Polymorphic
include Type.Polymorphic
module Make: functor (T : Datatype.S) -> Datatype.S with type t = T.t poly
functor (
T
:
Datatype.S
) ->
with type t = T.t poly