• 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. readCreateProcessWithExitCode :: MonadIO m => CreateProcess -> String -> m (ExitCode, String, String)

    unliftio UnliftIO.Process

    Lifted readCreateProcessWithExitCode.

  2. readProcess :: MonadIO m => FilePath -> [String] -> String -> m String

    unliftio UnliftIO.Process

    Lifted readProcess.

  3. readProcessWithExitCode :: MonadIO m => FilePath -> [String] -> String -> m (ExitCode, String, String)

    unliftio UnliftIO.Process

    Lifted readProcessWithExitCode.

  4. readTBQueue :: TBQueue a -> STM a

    unliftio UnliftIO.STM

    Read the next value from the TBQueue.

  5. readTChan :: TChan a -> STM a

    unliftio UnliftIO.STM

    Read the next value from the TChan.

  6. readTMVar :: TMVar a -> STM a

    unliftio UnliftIO.STM

    This is a combination of takeTMVar and putTMVar; ie. it takes the value from the TMVar, puts it back, and also returns it.

  7. readTQueue :: TQueue a -> STM a

    unliftio UnliftIO.STM

    Read the next value from the TQueue.

  8. readTVar :: TVar a -> STM a

    unliftio UnliftIO.STM

    Return the current value stored in a TVar.

  9. readTVarIO :: MonadIO m => TVar a -> m a

    unliftio UnliftIO.STM

    Lifted version of readTVarIO

  10. readDeclaration :: MonadIO m => FilePath -> LineNo -> m (Maybe (String, Pos String))

    hedgehog Hedgehog.Internal.Discovery

    No documentation available.

Page 102 of many | Previous | Next

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