• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

    Agda Agda.Utils.Maybe

    caseMaybeM without the Nothing case.

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

    Agda Agda.Utils.Maybe.Strict

    caseMaybeM with flipped branches.

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

    Agda Agda.Utils.Maybe.Strict

    caseMaybeM without the Nothing case.

  4. mapFstM :: Functor m => (a -> m c) -> (a, b) -> m (c, b)

    Agda Agda.Utils.Tuple

    Monadic mapFst.

  5. InvestmentAccount :: Index -> Spread -> DatePattern -> DatePattern -> Date -> IRate -> InterestInfo

    Hastructure Accounts

    float type: index, spread, sweep dates, rate reset , last accrue day, last reset rate

  6. accStmt :: Account -> Maybe Statement

    Hastructure Accounts

    transactional history

  7. cdsStmt :: CreditDefaultSwap -> Maybe Statement

    Hastructure CreditEnhancement

    No documentation available.

  8. consolStmt :: LiqFacility -> LiqFacility

    Hastructure CreditEnhancement

    No documentation available.

  9. liqStmt :: LiqFacility -> Maybe Statement

    Hastructure CreditEnhancement

    transaction history

  10. getBondStmtByName :: SPV a => a -> Maybe [String] -> Map String (Maybe Statement)

    Hastructure Deal.DealBase

    No documentation available.

Page 165 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete