Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
adjustMinWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict Update a value at the leftmost key in the tree.
adjustMinWithKey' :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict Update a value at the leftmost key in the tree. New value is evaluated to WHNF.
unsafeAdjustMax :: (a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the rightmost key in the tree. Throws MalformedTree if the tree is empty.
unsafeAdjustMax' :: (a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the rightmost key in the tree. New value is evaluated to WHNF. Throws MalformedTree if the tree is empty.
unsafeAdjustMaxWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the rightmost key in the tree. Throws MalformedTree if the tree is empty.
unsafeAdjustMaxWithKey' :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the rightmost key in the tree. New value is evaluated to WHNF. Throws MalformedTree if the tree is empty.
unsafeAdjustMin :: (a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the leftmost key in the tree. Throws MalformedTree if the tree is empty.
unsafeAdjustMin' :: (a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the leftmost key in the tree. New value is evaluated to WHNF. Throws MalformedTree if the tree is empty.
unsafeAdjustMinWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the leftmost key in the tree. Throws MalformedTree if the tree is empty.
unsafeAdjustMinWithKey' :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree aradix-tree Data.Radix1Tree.Word8.Strict.Unsafe Update a value at the leftmost key in the tree. New value is evaluated to WHNF. Throws MalformedTree if the tree is empty.