Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
adjustMax :: (a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the rightmost key in the tree.
adjustMax' :: (a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the rightmost key in the tree. New value is evaluated to WHNF.
adjustMaxWithKey :: (Build -> a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the rightmost key in the tree.
adjustMaxWithKey' :: (Build -> a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the rightmost key in the tree. New value is evaluated to WHNF.
adjustMin :: (a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the leftmost key in the tree.
adjustMin' :: (a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the leftmost key in the tree. New value is evaluated to WHNF.
adjustMinWithKey :: (Build -> a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the leftmost key in the tree.
adjustMinWithKey' :: (Build -> a -> a) -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Update a value at the leftmost key in the tree. New value is evaluated to WHNF.
adjustR :: (a -> a) -> Openness -> Feed -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Apply a function to every value for which the key is greater than (or equal to) the given one.
adjustR' :: (a -> a) -> Openness -> Feed -> RadixTree a -> RadixTree aradix-tree Data.RadixTree.Word8.Strict Apply a function to every value for which the key is greater than (or equal to) the given one. New value is evaluated to WHNF.