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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readerAsk :: ReadM String

    optparse-applicative Options.Applicative.Types

    Return the value being read.

  2. readerError :: String -> ReadM a

    optparse-applicative Options.Applicative.Types

    Abort option reader by exiting with an error message.

  3. readerC :: forall (m :: Type -> Type) r i o a . Monad m => (r -> ConduitT i o m a) -> ConduitT i o (ReaderT r m) a

    conduit Data.Conduit.Lift

    Wrap the base monad in ReaderT Since 1.0.11

  4. readSoFar :: StreamFileStatus -> Int64

    http-client Network.HTTP.Client

    No documentation available.

  5. readPositiveInt :: String -> Maybe Int

    http-client Network.HTTP.Client.Internal

    Read a positive Int, accounting for overflow

  6. readSoFar :: StreamFileStatus -> Int64

    http-client Network.HTTP.Client.Internal

    No documentation available.

  7. readChan :: MonadIO m => Chan a -> m a

    unliftio UnliftIO.Chan

    Lifted readChan.

  8. readable :: Permissions -> Bool

    unliftio UnliftIO.Directory

    No documentation available.

  9. readIORef :: MonadIO m => IORef a -> m a

    unliftio UnliftIO.IORef

    Lifted readIORef.

  10. readMVar :: MonadIO m => MVar a -> m a

    unliftio UnliftIO.MVar

    Lifted readMVar.

Page 101 of many | Previous | Next

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