Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
maybeResult :: Result r -> Maybe rattoparsec Data.Attoparsec.ByteString.Char8 Convert a Result value to a Maybe value. A Partial result is treated as failure.
maybeResult :: Result r -> Maybe rattoparsec Data.Attoparsec.ByteString.Lazy maybeResult :: Result r -> Maybe rattoparsec Data.Attoparsec.Text Convert a Result value to a Maybe value. A Partial result is treated as failure.
maybeResult :: Result r -> Maybe rattoparsec Data.Attoparsec.Text.Lazy maybeTimeoutImprovingIO :: Maybe Int -> ImprovingIO i f a -> ImprovingIO i f (Maybe a)test-framework Test.Framework.Providers.API As timeoutImprovingIO, but don't bother applying a timeout to the action if Nothing is given as the number of microseconds to apply the time out for.
maybeReader :: (String -> Maybe a) -> ReadM aoptparse-applicative Options.Applicative Convert a function producing a Maybe into a reader.
maybeReader :: (String -> Maybe a) -> ReadM aoptparse-applicative Options.Applicative.Builder Convert a function producing a Maybe into a reader.
-
conduit Data.Conduit.Lift Wrap the base monad in MaybeT Since 1.0.11
maybeNew :: MonadIO m => (a -> m (Ptr b)) -> Maybe a -> m (Ptr b)unliftio UnliftIO.Foreign Lifted maybeNew.
maybePeek :: MonadUnliftIO m => (Ptr a -> m b) -> Ptr a -> m (Maybe b)unliftio UnliftIO.Foreign Unlifted maybePeek.