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.

  1. adjustMin' :: (a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the leftmost key in the tree. New value is evaluated to WHNF.

  2. adjustMinWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the leftmost key in the tree.

  3. adjustMinWithKey' :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the leftmost key in the tree. New value is evaluated to WHNF.

  4. adjustR :: (a -> a) -> Openness -> Feed1 -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Apply a function to every value for which the key is greater than (or equal to) the given one.

  5. adjustR' :: (a -> a) -> Openness -> Feed1 -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.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.

  6. adjustRWithKey :: (Build1 -> a -> a) -> Openness -> Feed1 -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Apply a function to every value for which the key is greater than (or equal to) the given one.

  7. adjustRWithKey' :: (Build1 -> a -> a) -> Openness -> Feed1 -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.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.

  8. unsafeAdjustMax :: (a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict.Unsafe

    Update a value at the rightmost key in the tree. Throws MalformedTree if the tree is empty.

  9. unsafeAdjustMax' :: (a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-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.

  10. unsafeAdjustMaxWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict.Unsafe

    Update a value at the rightmost key in the tree. Throws MalformedTree if the tree is empty.

Page 144 of many | Previous | Next