Module Signal.Hash_set
type elt
= t
type t
= elt Core_kernel.Hash_set.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : ('a, unit -> 'a t_) Core_kernel__.Hash_set_intf.create_options_without_first_class_module
val of_list : ('a, 'a elt_ list -> 'a t_) Core_kernel__.Hash_set_intf.create_options_without_first_class_module
module Provide_of_sexp : functor (X : sig ... end) -> sig ... end
module Provide_bin_io : functor (X : sig ... end) -> sig ... end
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t