Mikan
Safe HaskellNone
LanguageHaskell2010

Mikan.Utils.Set

Contents

Synopsis

Documentation

lookupKey :: Ord a => a -> Set a -> Maybe a Source #

\(\mathcal{O}(\log n)\). Find the given element and return the copy contained in the set.

Re-exports

module Data.Set