Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.ByteString

    Convert a Result value to a Maybe value. A Partial result is treated as failure.

  2. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.ByteString.Char8

    Convert a Result value to a Maybe value. A Partial result is treated as failure.

  3. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.ByteString.Lazy

    Convert a Result value to a Maybe value.

  4. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.Text

    Convert a Result value to a Maybe value. A Partial result is treated as failure.

  5. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.Text.Lazy

    Convert a Result value to a Maybe value.

  6. 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.

  7. maybeReader :: (String -> Maybe a) -> ReadM a

    optparse-applicative Options.Applicative

    Convert a function producing a Maybe into a reader.

  8. maybeReader :: (String -> Maybe a) -> ReadM a

    optparse-applicative Options.Applicative.Builder

    Convert a function producing a Maybe into a reader.

  9. maybeC :: forall (m :: Type -> Type) i o a . Monad m => ConduitT i o m (Maybe a) -> ConduitT i o (MaybeT m) a

    conduit Data.Conduit.Lift

    Wrap the base monad in MaybeT Since 1.0.11

  10. maybeNew :: MonadIO m => (a -> m (Ptr b)) -> Maybe a -> m (Ptr b)

    unliftio UnliftIO.Foreign

    Lifted maybeNew.

Page 14 of many | Previous | Next