Up

Module Hash_set

Signature

type elt = t
type 'a hash_set = 'a Core_kernel.Hash_set.t
type t = elt hash_set
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
type 'a t_ = t
type 'a elt_ = elt