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. adjustRWithKey :: (Build -> a -> a) -> Openness -> Feed -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Lazy

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

  2. adjust :: (a -> a) -> Feed -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to a value in the tree at the given key.

  3. adjust' :: (a -> a) -> Feed -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to a value in the tree at the given key. New value is evaluated to WHNF.

  4. adjustL :: (a -> a) -> Openness -> Feed -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

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

  5. adjustL' :: (a -> a) -> Openness -> Feed -> RadixTree a -> RadixTree a

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

  6. adjustLWithKey :: (Build -> a -> a) -> Openness -> Feed -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

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

  7. adjustLWithKey' :: (Build -> a -> a) -> Openness -> Feed -> RadixTree a -> RadixTree a

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

  8. adjustMax :: (a -> a) -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

    Update a value at the rightmost key in the tree.

  9. adjustMax' :: (a -> a) -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

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

  10. adjustMaxWithKey :: (Build -> a -> a) -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

    Update a value at the rightmost key in the tree.

Page 147 of many | Previous | Next