Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. adjustLWithKey :: (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 smaller than (or equal to) the given one.

  2. adjustLWithKey' :: (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 smaller than (or equal to) the given one. New value is evaluated to WHNF.

  3. adjustMax :: (a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the rightmost key in the tree.

  4. adjustMax' :: (a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

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

  5. adjustMaxWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the rightmost key in the tree.

  6. adjustMaxWithKey' :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

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

  7. adjustMin :: (a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the leftmost key in the tree.

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

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

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the leftmost key in the tree.

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

Page 144 of many | Previous | Next