Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. adjustL' :: (a -> a) -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.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.

  2. adjustLWithKey :: (Word -> a -> a) -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

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

  3. adjustLWithKey' :: (Word -> a -> a) -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.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.

  4. adjustMax :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree.

  5. adjustMax' :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree. New value is evaluated to WHNF.

  6. adjustMaxWithKey :: (Word -> a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree.

  7. adjustMaxWithKey' :: (Word -> a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree. New value is evaluated to WHNF.

  8. adjustMin :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the leftmost key in the tree.

  9. adjustMin' :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the leftmost key in the tree. New value is evaluated to WHNF.

  10. adjustMinWithKey :: (Word -> a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the leftmost key in the tree.

Page 140 of many | Previous | Next