module InvertibleArray: sig .. end
sig
end
Results are unspecified if the array contains the same value twice.
module type HashableComparableType = sig .. end
Make
module type S = sig .. end
ExtendableArray
module Make: functor (T : HashableComparableType) -> S with type elem = T.t
functor (
T
:
HashableComparableType
) ->
S
with type elem = T.t