Add min/max handling operations for IntSet/IntMap
[haskell-directory.git] / Data / Map.hs
index 0710a28..399f74c 100644 (file)
@@ -157,6 +157,8 @@ module Data.Map  (
             , updateMaxWithKey
             , minView
             , maxView
+            , minViewWithKey
+            , maxViewWithKey
             
             -- * Debugging
             , showTree