Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. unsafeAdjustMax :: (a -> a) -> Radix1Tree a -> Radix1Tree a

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

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

  2. unsafeAdjustMaxWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

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

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

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

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

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

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

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

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

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

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the rightmost key in the tree.

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

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

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the rightmost key in the tree.

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

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

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the leftmost key in the tree.

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

Page 200 of many | Previous | Next