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.

  1. catchany :: MonadBaseControl IO m => m a -> (SomeException -> m a) -> m a

    shelly Shelly.Lifted

    No documentation available.

  2. catchany_sh :: Sh a -> (SomeException -> Sh a) -> Sh a

    shelly Shelly.Lifted

    Deprecated: use Control.Exception.Enclosed.catchAny instead

  3. handleany_sh :: (SomeException -> Sh a) -> Sh a -> Sh a

    shelly Shelly.Lifted

    Deprecated: use Control.Exception.Enclosed.handleAny instead

  4. catchany :: IO a -> (SomeException -> IO a) -> IO a

    shelly Shelly.Pipe

    A helper to catch any exception (same as ... catch (e :: SomeException) -> ...).

  5. catchany_sh :: Sh a -> (SomeException -> Sh a) -> Sh a

    shelly Shelly.Pipe

    see catchany_sh

  6. manyExtended :: (C y, Traversable f) => (f Handle -> sig y -> IO ()) -> T -> T -> f FilePath -> Int -> sig y -> IO (f ExitCode)

    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.

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

  8. newtype ManyErrors

    sqlite-simple Database.SQLite.Simple.Ok

    a way to reify a list of exceptions into a single exception

  9. ManyErrors :: [SomeException] -> ManyErrors

    sqlite-simple Database.SQLite.Simple.Ok

    No documentation available.

  10. tooManyBytes :: Int -> Int -> String -> IO void

    store Data.Store.Internal

    Throws a PeekException about an attempt to read too many bytes.

Page 172 of many | Previous | Next