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