• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. runReaderS_ :: forall (m :: Type -> Type) r cl a b . Monad m => ClSF (ReaderT r m) cl a b -> r -> ClSF m cl a b

    rhine FRP.Rhine.ClSF.Reader

    Remove a ReaderT layer by passing the readonly environment explicitly.

  2. type IOReadException = Either ReadException SomeException

    sox Sound.Sox.Signal.List

    No documentation available.

  3. withReadFile :: Storable a => FilePath -> (Exceptional IOReadException [a] -> IO b) -> IO b

    sox Sound.Sox.Signal.List

    No documentation available.

  4. ErrorIORead :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  5. ErrorIOReadLock :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  6. ErrorIOShortRead :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  7. ErrorReadOnly :: Error

    sqlite-simple Database.SQLite.Simple

    Attempt to write a readonly database

  8. ErrorReadOnlyCan'tInit :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  9. ErrorReadOnlyCan'tLock :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  10. ErrorReadOnlyDatabaseMoved :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

Page 646 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete