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.
whenJust :: Monoid m => Maybe a -> (a -> m) -> mBNFC BNFC.Utils Generalization of forM to Monoid.
adjustColors :: LogSettings -> Colors -> ColorsBlammo Blammo.Logging.LogSettings No documentation available.
-
Hastructure AssetClass.AssetBase No documentation available.
isAdjustbleRate :: UseRate x => x -> BoolHastructure InterestRate No documentation available.
adjustBalance :: Balance -> Bond -> BondHastructure Liability No documentation available.
isAdjustble :: InterestInfo -> BoolHastructure Liability test if a bond may changes its interest rate
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
expectJust :: HasCallStack => Maybe a -> IO aImpSpec 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.
expectJustDeep :: (HasCallStack, NFData a) => Maybe a -> IO aImpSpec Test.ImpSpec.Expectations Same as expectJust, but will force the value to NF
expectJustDeep_ :: (HasCallStack, NFData a) => Maybe a -> IO ()ImpSpec Test.ImpSpec.Expectations Same as expectJustDeep, but will discard the forced contents of Just