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

Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. readerError :: String -> ReadM a

    optparse-applicative Options.Applicative.Types

    Abort option reader by exiting with an error message.

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

  3. readSoFar :: StreamFileStatus -> Int64

    http-client Network.HTTP.Client

    No documentation available.

  4. readPositiveInt :: String -> Maybe Int

    http-client Network.HTTP.Client.Internal

    Read a positive Int, accounting for overflow

  5. readSoFar :: StreamFileStatus -> Int64

    http-client Network.HTTP.Client.Internal

    No documentation available.

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

    unliftio UnliftIO.Chan

    Lifted readChan.

  7. readable :: Permissions -> Bool

    unliftio UnliftIO.Directory

    No documentation available.

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

    unliftio UnliftIO.IORef

    Lifted readIORef.

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

    unliftio UnliftIO.MVar

    Lifted readMVar.

  10. readCreateProcess :: MonadIO m => CreateProcess -> String -> m String

    unliftio UnliftIO.Process

    Lifted readCreateProcess.

Page 101 of many | Previous | Next

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