module Make: functor (H : Core_hashtbl.Key) -> sig .. end
functor (
H
:
Core_hashtbl.Key
) ->
sig
end
type elem = H.t
H.t
type t = elem Hash_set.hash_set
elem Hash_set.hash_set
val create : ?growth_allowed:bool -> ?size:int -> unit -> t
?growth_allowed:bool -> ?size:int -> unit -> t
val of_list : H.t list -> t
H.t list -> t
include Sexpable.S