package graphlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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
val create : ('a, unit -> 'a t_) Core_kernel.Hash_set_intf.create_options_without_hashable
val of_list : ('a, 'a elt_ list -> 'a t_) Core_kernel.Hash_set_intf.create_options_without_hashable