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.
-
conduit-algorithms Data.Conduit.Algorithms.Utils Act on the next input (do nothing if no input). awaitJust f is equivalent to
do next <- C.await case next of Just val -> f val Nothing -> return ()
This is a simple utility adapted from http://neilmitchell.blogspot.de/2015/07/thoughts-on-conduits.html adjustConsistency :: Consistency -> RetrySettings -> RetrySettingscql-io Database.CQL.IO On retry, change the consistency to the given value.
adjustResponseTimeout :: NominalDiffTime -> RetrySettings -> RetrySettingscql-io Database.CQL.IO On retry adjust the response timeout. See setResponseTimeout.
adjustSendTimeout :: NominalDiffTime -> RetrySettings -> RetrySettingscql-io Database.CQL.IO On retry adjust the send timeout. See setSendTimeout.
adjust :: Ord k => (a -> a) -> Interval k -> IntervalMap k a -> IntervalMap k adata-interval Data.IntervalMap.Lazy Update a value at a specific interval with the result of the provided function. When the interval does not overlatp with the map, the original map is returned.
adjust :: Ord k => (a -> a) -> Interval k -> IntervalMap k a -> IntervalMap k adata-interval Data.IntervalMap.Strict Update a value at a specific interval with the result of the provided function. When the interval does not overlatp with the map, the original map is returned.
data
IJust (a :: Maybe k) (b :: k)decidable Data.Type.Universe Witness an item in a type-level Maybe by proving the Maybe is Just.
Adjust :: key -> da -> DeltaMap key dadelta-types Data.Delta.Map No documentation available.
NotJustTopAdditions :: FilePath -> GuessedChangeLogdistribution-opensuse OpenSuse.GuessChangeLog This happens when upstream edits the file in ways other than just adding at the top. Sometimes people re-format old entries or rewrite URLs or fix typos, and in such a case it feels to risky to trust the diff.
firstJustM :: Monad m => (a -> m (Maybe b)) -> [a] -> m (Maybe b)distribution-opensuse OpenSuse.Prelude Like findM, but also allows you to compute some additional information in the predicate.