Functor Datatype.Array_with_collections

module Array_with_collections: 
functor (T : S) ->
functor (Info : Functor_info) -> S_with_collections with type t = T.t array
Since Neon-20140301
Parameters:
T : S
Info : Functor_info

include Datatype.S
module Set: Datatype.Set  with type elt = t
module Map: Datatype.Map  with type key = t
module Hashtbl: Datatype.Hashtbl  with type key = t