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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data ReadOptions

    leveldb-haskell Database.LevelDB.MonadResource

    Options for read operations

  2. ReadOptions :: Bool -> Bool -> !Maybe Snapshot -> ReadOptions

    leveldb-haskell Database.LevelDB.MonadResource

    No documentation available.

  3. data ReadOptions

    leveldb-haskell Database.LevelDB.Types

    Options for read operations

  4. ReadOptions :: Bool -> Bool -> !Maybe Snapshot -> ReadOptions

    leveldb-haskell Database.LevelDB.Types

    No documentation available.

  5. class FileFormat f => Readable f arr

    massiv-io Data.Massiv.Array.IO

    File formats that can be read into arrays.

  6. class MonadFail m => Reader (m :: Type -> Type)

    med-module Sound.MED.Basic.Amiga

    No documentation available.

  7. data ReadRequest x z

    monad-coroutine Control.Monad.Coroutine.SuspensionFunctors

    Combines a Yield of a Reader with an Await for a ReadingResult.

  8. type Reader x py y = x -> Reading x py y

    monad-coroutine Control.Monad.Coroutine.SuspensionFunctors

    No documentation available.

  9. data Reading x py y

    monad-coroutine Control.Monad.Coroutine.SuspensionFunctors

    No documentation available.

  10. data ReadingResult x py y

    monad-coroutine Control.Monad.Coroutine.SuspensionFunctors

    No documentation available.

Page 417 of many | Previous | Next

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