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.

  1. maybeToExceptT :: forall (m :: Type -> Type) e a . Functor m => e -> MaybeT m a -> ExceptT e m a

    transformers Control.Monad.Trans.Maybe

    Convert a MaybeT computation to ExceptT, with a default exception value.

  2. maybeToListT :: Applicative m => m (Maybe a) -> ListT m a

    directory System.Directory.Internal

    No documentation available.

  3. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.ByteString

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

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

  5. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.ByteString.Lazy

    Convert a Result value to a Maybe value.

  6. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.Text

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

  7. maybeResult :: Result r -> Maybe r

    attoparsec Data.Attoparsec.Text.Lazy

    Convert a Result value to a Maybe value.

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

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

    optparse-applicative Options.Applicative

    Convert a function producing a Maybe into a reader.

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

    optparse-applicative Options.Applicative.Builder

    Convert a function producing a Maybe into a reader.

Page 14 of many | Previous | Next