| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Data.Loc.Internal.Map
Documentation
module Data.Map
belowInclusive :: Ord k => k -> Map k a -> Map k a Source #
is the subset of belowInclusive k mMap m whose keys are less
than or equal to k
aboveInclusive :: Ord k => k -> Map k a -> Map k a Source #
is the subset of aboveInclusive k mMap m whose keys are
greater than or equal to k