module Poly_queue: Polymorphic with type 'a poly = 'a Queue.t
Polymorphic
with type 'a poly = 'a Queue.t
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