Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. isAlreadyExistsError :: IOError -> Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    An error indicating that an IO operation failed because one of its arguments already exists.

  2. isAlreadyExistsErrorType :: IOErrorType -> Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    I/O error where the operation failed because one of its arguments already exists.

  3. isAlreadyInUseError :: IOError -> Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    An error indicating that an IO operation failed because one of its arguments is a single-use resource, which is already being used (for example, opening the same file twice for writing might give this error).

  4. isAlreadyInUseErrorType :: IOErrorType -> Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    I/O error where the operation failed because one of its arguments is a single-use resource, which is already being used.

  5. olReadExternal :: OptionList a -> Text -> Maybe a

    classy-prelude-yesod ClassyPrelude.Yesod

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  6. olReadExternalGrouped :: OptionList a -> Text -> Maybe a

    classy-prelude-yesod ClassyPrelude.Yesod

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  7. runReaderC :: forall (m :: Type -> Type) r i o res . Monad m => r -> ConduitT i o (ReaderT r m) res -> ConduitT i o m res

    classy-prelude-yesod ClassyPrelude.Yesod

    Run ReaderT in the base monad Since 1.0.11

  8. runReaderT :: ReaderT r (m :: Type -> Type) a -> r -> m a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  9. setReadDerived :: Bool -> RouteOpts -> RouteOpts

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  10. tryReadMVar :: MonadIO m => MVar a -> m (Maybe a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted tryReadMVar.

Page 841 of many | Previous | Next