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. adjustMin :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the leftmost key in the tree.

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

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

    radix-tree Data.Patricia.Word.Strict

    Update a value at the leftmost key in the tree.

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

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

    radix-tree Data.Patricia.Word.Strict

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

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

    radix-tree Data.Patricia.Word.Strict

    Apply a function to every value for which the key is greater than or equal to the given one. New value is evaluated to WHNF.

  7. adjustRWithKey :: (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 greater than or equal to the given one.

  8. adjustRWithKey' :: (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 greater than or equal to the given one. New value is evaluated to WHNF.

  9. adjustRange :: (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.

  10. adjustRange' :: (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.

Page 140 of many | Previous | Next