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. 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. New value is evaluated to WHNF. Throws MalformedTree if the tree is empty.

  2. unsafeAdjustMin :: (a -> a) -> Radix1Tree a -> Radix1Tree a

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

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

  3. unsafeAdjustMin' :: (a -> a) -> Radix1Tree a -> Radix1Tree a

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

    Update a value at the leftmost key in the tree. New value is evaluated to WHNF. Throws MalformedTree if the tree is empty.

  4. unsafeAdjustMinWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

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

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

  5. unsafeAdjustMinWithKey' :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

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

    Update a value at the leftmost key in the tree. New value is evaluated to WHNF. Throws MalformedTree if the tree is empty.

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

    radix-tree Data.RadixTree.Word8.Lazy

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

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

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

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

    radix-tree Data.RadixTree.Word8.Lazy

    Update a value at the rightmost key in the tree.

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

    radix-tree Data.RadixTree.Word8.Lazy

    Update a value at the rightmost key in the tree.

Page 145 of many | Previous | Next