Module MTreeMap

This module is undocumented. This is a list of its definitions.

asTreeMap :: MMap.T a b -> MTreeMap.T a b
ceilingEntry :: MTreeMap.T a b -> a -> Maybe (Entry a b)
ceilingKey :: MTreeMap.T a b -> a -> Maybe a
create :: () -> <Proc> MMap.T a b
floorEntry :: MTreeMap.T a b -> a -> Maybe (Entry a b)
floorKey :: MTreeMap.T a b -> a -> Maybe a
higherEntry :: MTreeMap.T a b -> a -> Maybe (Entry a b)
higherKey :: MTreeMap.T a b -> a -> Maybe a
lowerEntry :: MTreeMap.T a b -> a -> Maybe (Entry a b)
lowerKey :: MTreeMap.T a b -> a -> Maybe a
subMap :: MTreeMap.T a b -> a -> a -> MMap.T a b