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.
isAlreadyExistsError :: IOError -> Boolclassy-prelude-yesod ClassyPrelude.Yesod An error indicating that an IO operation failed because one of its arguments already exists.
isAlreadyExistsErrorType :: IOErrorType -> Boolclassy-prelude-yesod ClassyPrelude.Yesod I/O error where the operation failed because one of its arguments already exists.
isAlreadyInUseError :: IOError -> Boolclassy-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).
isAlreadyInUseErrorType :: IOErrorType -> Boolclassy-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.
olReadExternal :: OptionList a -> Text -> Maybe aclassy-prelude-yesod ClassyPrelude.Yesod A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).
olReadExternalGrouped :: OptionList a -> Text -> Maybe aclassy-prelude-yesod ClassyPrelude.Yesod A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).
-
classy-prelude-yesod ClassyPrelude.Yesod Run ReaderT in the base monad Since 1.0.11
runReaderT :: ReaderT r (m :: Type -> Type) a -> r -> m aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
setReadDerived :: Bool -> RouteOpts -> RouteOptsclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
tryReadMVar :: MonadIO m => MVar a -> m (Maybe a)classy-prelude-yesod ClassyPrelude.Yesod Lifted tryReadMVar.