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. adjustMinWithKey :: (Build1 -> a -> a) -> Radix1Tree a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Update a value at the leftmost key in the tree.

  2. adjustMinWithKey' :: (Build1 -> 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.

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

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

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

  4. unsafeAdjustMax' :: (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.

  5. 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. Throws MalformedTree if the tree is empty.

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

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

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

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

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

Page 201 of many | Previous | Next