Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    BNFC BNFC.Utils

    Generalization of forM to Monoid.

  2. adjustColors :: LogSettings -> Colors -> Colors

    Blammo Blammo.Logging.LogSettings

    No documentation available.

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

    Hastructure AssetClass.AssetBase

    No documentation available.

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

    Hastructure InterestRate

    No documentation available.

  5. adjustBalance :: Balance -> Bond -> Bond

    Hastructure Liability

    No documentation available.

  6. isAdjustble :: InterestInfo -> Bool

    Hastructure Liability

    test if a bond may changes its interest rate

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

  8. expectJust :: HasCallStack => Maybe a -> IO a

    ImpSpec Test.ImpSpec.Expectations

    Return value from the Just an fail otherwise Difference from shouldSatisfy action isJust in that expectJust will force the content of the Just to WHNF and it will also return it.

  9. expectJustDeep :: (HasCallStack, NFData a) => Maybe a -> IO a

    ImpSpec Test.ImpSpec.Expectations

    Same as expectJust, but will force the value to NF

  10. expectJustDeep_ :: (HasCallStack, NFData a) => Maybe a -> IO ()

    ImpSpec Test.ImpSpec.Expectations

    Same as expectJustDeep, but will discard the forced contents of Just

Page 119 of many | Previous | Next