package unionFind

  1. Overview
  2. Docs

Parameters

module S : sig ... end

Signature

type 'a content
type 'a store = 'a content S.store
val new_store : unit -> 'a store
type 'a rref = 'a content S.rref
val make : 'a store -> 'a -> 'a store * 'a rref
val get : 'a store -> 'a rref -> 'a store * 'a
val set : 'a store -> 'a rref -> 'a -> 'a store
val eq : 'a store -> 'a rref -> 'a rref -> 'a store * bool
val union : ('a -> 'a -> 'a) -> 'a store -> 'a rref -> 'a rref -> 'a store
OCaml

Innovation. Community. Security.