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

    radix-tree Data.Patricia.Word.Strict

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

  2. adjust' :: (a -> a) -> Word -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Apply a function to a value in the tree at the given key. New value is evaluated to WHNF.

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

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

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

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

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

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree.

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

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

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree.

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

Page 139 of many | Previous | Next