module Make_binable: functor (H : siginclude Core_hashtbl.Key include Binable.S end) -> sig .. end
functor (
H
:
sig
include Core_hashtbl.Key
include Binable.S
end
) ->
sig include Core_hashtbl.Key include Binable.S with type binable = t 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