Module Datatype.Poly_array

module Poly_array: Polymorphic  with type 'a poly = 'a array
Since Neon-20130301

include Type.Polymorphic
module Make: 
functor (T : Datatype.S) -> Datatype.S with type t = T.t poly
Create a datatype for a monomorphic instance of the polymorphic type.