union-find-0.2: Efficient union and equivalence testing of sets.

Safe HaskellSafe
LanguageHaskell98

Data.UnionFind.IntMap

Documentation

equivalent :: PointSupply a -> Point a -> Point a -> Bool Source #

data PointSupply a Source #

Instances
Show a => Show (PointSupply a) Source # 
Instance details

Defined in Data.UnionFind.IntMap

Methods

showsPrec :: Int -> PointSupply a -> ShowS

show :: PointSupply a -> String

showList :: [PointSupply a] -> ShowS

data Point a Source #