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) -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Lazy

    Update a value at the leftmost key in the tree.

  2. adjustMinWithKey :: (Build -> a -> a) -> RadixTree a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Lazy

    Update a value at the leftmost key in the tree.

  3. adjustR :: (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.

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

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

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

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

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

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

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

Page 146 of many | Previous | Next