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. whenJust :: Monad m => Maybe a -> (a -> m ()) -> m ()

    Agda Agda.Utils.Maybe.Strict

    A more telling name for forM for the Maybe collection type. Or: caseMaybe without the Nothing case.

  2. whenJustM :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()

    Agda Agda.Utils.Maybe.Strict

    caseMaybeM without the Nothing case.

  3. adjust :: Ord k => [k] -> (Maybe v -> Maybe v) -> Trie k v -> Trie k v

    Agda Agda.Utils.Trie

    Adjust value at key, leave subtree intact. Disclaimer: may return a non-canoncial trie because it does not clean up subtries that become empty.

  4. whenJust :: Monoid m => Maybe a -> (a -> m) -> m

    BNFC BNFC.Utils

    Generalization of forM to Monoid.

  5. adjustColors :: LogSettings -> Colors -> Colors

    Blammo Blammo.Logging.LogSettings

    No documentation available.

  6. AdjustRateMortgage :: OriginalInfo -> ARM -> Balance -> IRate -> RemainTerms -> Maybe BorrowerNum -> Status -> Mortgage

    Hastructure AssetClass.AssetBase

    No documentation available.

  7. isAdjustbleRate :: UseRate x => x -> Bool

    Hastructure InterestRate

    No documentation available.

  8. adjustBalance :: Balance -> Bond -> Bond

    Hastructure Liability

    No documentation available.

  9. isAdjustble :: InterestInfo -> Bool

    Hastructure Liability

    test if a bond may changes its interest rate

  10. adjustM :: (Ord k, Applicative m) => (a -> m a) -> k -> Map k a -> m (Map k a)

    Hastructure Util

    lookup and apply a function to a single value in a map ,return a value

Page 107 of many | Previous | Next