Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

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

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

  3. newtype ManyErrors

    sqlite-simple Database.SQLite.Simple.Ok

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

  4. ManyErrors :: [SomeException] -> ManyErrors

    sqlite-simple Database.SQLite.Simple.Ok

    No documentation available.

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

    store Data.Store.Internal

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

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

    store Data.Store.TH

    Test a Store instance using smallcheck and hspec.

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

    store Data.Store.TH.Internal

    No documentation available.

  8. deriveManyStorePrimVector :: Q [Dec]

    store Data.Store.TH.Internal

    No documentation available.

  9. deriveManyStoreUnboxVector :: Q [Dec]

    store Data.Store.TH.Internal

    No documentation available.

  10. mkManyHasTypeHash :: [Q Type] -> Q [Dec]

    store Data.Store.TypeHash

    Deprecated: Use of Data.Store.TypeHash isn't recommended, as the hashes are too unstable for most uses. Please instead consider using Data.Store.Version. See https://github.com/fpco/store/issues/53

Page 175 of many | Previous | Next