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. adjustRangeWithKey :: (Word -> a -> a) -> Range -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Apply a function to every value for which the key is in the given range.

  2. adjustRangeWithKey' :: (Word -> a -> a) -> Range -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Apply a function to every value for which the key is in the given range. New value is evaluated to WHNF.

  3. unsafeAdjustRange :: (a -> a) -> Word -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict.Unsafe

    Apply a function to every value for which the key is in the given range. <math> must be greater than <math>.

  4. unsafeAdjustRange' :: (a -> a) -> Word -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict.Unsafe

    Apply a function to every value for which the key is in the given range. New value is evaluated to WHNF. <math> must be greater than <math>.

  5. unsafeAdjustRangeWithKey :: (Word -> a -> a) -> Word -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict.Unsafe

    Apply a function to every value for which the key is in the given range. <math> must be greater than <math>.

  6. unsafeAdjustRangeWithKey' :: (Word -> a -> a) -> Word -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict.Unsafe

    Apply a function to every value for which the key is in the given range. New value is evaluated to WHNF. <math> must be greater than <math>.

  7. adjust :: (a -> a) -> Feed1 -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Lazy

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

  8. adjustL :: (a -> a) -> Openness -> Feed1 -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Lazy

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

  9. adjustLWithKey :: (Build1 -> a -> a) -> Openness -> Feed1 -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Lazy

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

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

    radix-tree Data.Radix1Tree.Word8.Lazy

    Update a value at the rightmost key in the tree.

Page 141 of many | Previous | Next