module MakeHashSet: functor (T : Hashtbl.HashedType) -> Collection.Set.IS with type elt = T.t
functor (
T
:
Hashtbl.HashedType
) ->
Collection.Set.IS
with type elt = T.t
include Collection.Set.S
val create : int -> t
int -> t
val clear : t -> unit
t -> unit
val copy : t -> t
t -> t
val add : t -> elt -> unit
t -> elt -> unit
val remove : t -> elt -> unit