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. AdjustRateMortgage :: OriginalInfo -> ARM -> Balance -> IRate -> RemainTerms -> Maybe BorrowerNum -> Status -> Mortgage

    Hastructure AssetClass.AssetBase

    No documentation available.

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

    Hastructure InterestRate

    No documentation available.

  3. adjustBalance :: Balance -> Bond -> Bond

    Hastructure Liability

    No documentation available.

  4. isAdjustble :: InterestInfo -> Bool

    Hastructure Liability

    test if a bond may changes its interest rate

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

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

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

    ImpSpec Test.ImpSpec.Expectations

    Same as expectJust, but will force the value to NF

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

    ImpSpec Test.ImpSpec.Expectations

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

  9. shouldBeJust :: (HasCallStack, Show a, Eq a) => Maybe a -> a -> Expectation

    ImpSpec Test.ImpSpec.Expectations

    Same as shouldBe, except it checks that the value is Just

  10. expectJust :: (HasCallStack, MonadIO m) => Maybe a -> m a

    ImpSpec Test.ImpSpec.Expectations.Lifted

    No documentation available.

Page 120 of many | Previous | Next