Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

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

    shelly Shelly.Lifted

    Deprecated: use Control.Exception.Enclosed.handleAny instead

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

    shelly Shelly.Pipe

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

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

    shelly Shelly.Pipe

    see catchany_sh

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

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

  6. newtype ManyErrors

    sqlite-simple Database.SQLite.Simple.Ok

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

  7. ManyErrors :: [SomeException] -> ManyErrors

    sqlite-simple Database.SQLite.Simple.Ok

    No documentation available.

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

    store Data.Store.Internal

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

  9. smallcheckManyStore :: Bool -> Int -> [TypeQ] -> ExpQ

    store Data.Store.TH

    Test a Store instance using smallcheck and hspec.

  10. deriveManyStoreFromStorable :: (Type -> Bool) -> Q [Dec]

    store Data.Store.TH.Internal

    No documentation available.

Page 174 of many | Previous | Next