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.
whenJustM :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()Agda Agda.Utils.Maybe caseMaybeM without the Nothing case.
ifJustM :: Monad m => m (Maybe a) -> (a -> m b) -> m b -> m bAgda Agda.Utils.Maybe.Strict caseMaybeM with flipped branches.
whenJustM :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()Agda Agda.Utils.Maybe.Strict caseMaybeM without the Nothing case.
mapFstM :: Functor m => (a -> m c) -> (a, b) -> m (c, b)Agda Agda.Utils.Tuple Monadic mapFst.
InvestmentAccount :: Index -> Spread -> DatePattern -> DatePattern -> Date -> IRate -> InterestInfoHastructure Accounts float type: index, spread, sweep dates, rate reset , last accrue day, last reset rate
accStmt :: Account -> Maybe StatementHastructure Accounts transactional history
cdsStmt :: CreditDefaultSwap -> Maybe StatementHastructure CreditEnhancement No documentation available.
consolStmt :: LiqFacility -> LiqFacilityHastructure CreditEnhancement No documentation available.
liqStmt :: LiqFacility -> Maybe StatementHastructure CreditEnhancement transaction history
getBondStmtByName :: SPV a => a -> Maybe [String] -> Map String (Maybe Statement)Hastructure Deal.DealBase No documentation available.