module Poly_ref: Polymorphic with type 'a poly = 'a ref
Polymorphic
with type 'a poly = 'a ref
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