module Containers:sig
..end
BasicType
build a module with several containers for it.module type S =sig
..end
module Make:functor (
T
:
Utilsigs.BasicType
) ->
S
with type Set.elt=T.t
with type Map.key=T.t
with type Hashmap.key=T.t
with type Hashset.elt=T.t
with type MSet.elt=T.t
with type FList.t=T.t list