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. newtype ReaderT r (m :: Type -> Type) a

    mtl Control.Monad.Reader

    The reader monad transformer, which adds a read-only environment to the given monad. The return function ignores the environment, while m >>= k passes the inherited environment to both subcomputations:

  2. ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) a

    mtl Control.Monad.Reader

    No documentation available.

  3. ReadLock :: LockRequest

    unix System.Posix.IO

    No documentation available.

  4. ReadOnly :: OpenMode

    unix System.Posix.IO

    No documentation available.

  5. ReadWrite :: OpenMode

    unix System.Posix.IO

    No documentation available.

  6. ReadLock :: LockRequest

    unix System.Posix.IO.ByteString

    No documentation available.

  7. ReadOnly :: OpenMode

    unix System.Posix.IO.ByteString

    No documentation available.

  8. ReadWrite :: OpenMode

    unix System.Posix.IO.ByteString

    No documentation available.

  9. ReadLock :: LockRequest

    unix System.Posix.IO.PosixString

    No documentation available.

  10. ReadOnly :: OpenMode

    unix System.Posix.IO.PosixString

    No documentation available.

Page 366 of many | Previous | Next