Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
catchany :: MonadBaseControl IO m => m a -> (SomeException -> m a) -> m ashelly Shelly.Lifted No documentation available.
catchany_sh :: Sh a -> (SomeException -> Sh a) -> Sh ashelly Shelly.Lifted Deprecated: use Control.Exception.Enclosed.catchAny instead
handleany_sh :: (SomeException -> Sh a) -> Sh a -> Sh ashelly Shelly.Lifted Deprecated: use Control.Exception.Enclosed.handleAny instead
catchany :: IO a -> (SomeException -> IO a) -> IO ashelly Shelly.Pipe A helper to catch any exception (same as ... catch (e :: SomeException) -> ...).
catchany_sh :: Sh a -> (SomeException -> Sh a) -> Sh ashelly Shelly.Pipe see catchany_sh
-
sox Sound.Sox.Write The traversable functor f might be Maybe or '[]'. It allows you to write to many files simultaneously and returns the exit codes of all writing processes.
executeMany :: ToRow q => Connection -> Query -> [q] -> IO ()sqlite-simple Database.SQLite.Simple Execute a multi-row INSERT, UPDATE, or other SQL query that is not expected to return results. Throws FormatError if the query could not be formatted correctly.
-
sqlite-simple Database.SQLite.Simple.Ok a way to reify a list of exceptions into a single exception
ManyErrors :: [SomeException] -> ManyErrorssqlite-simple Database.SQLite.Simple.Ok No documentation available.
tooManyBytes :: Int -> Int -> String -> IO voidstore Data.Store.Internal Throws a PeekException about an attempt to read too many bytes.