manatee-core-0.0.2: The core of Manatee.

Manatee.Toolkit.General.Map

Synopsis

Documentation

findMinMatch :: Ord k => Map k a -> (k -> a -> Bool) -> Maybe (k, a)Source

Find min match one.