Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readOffset :: (PrimMonad m, Prim a) => MutablePrimArrayOffset (PrimState m) a -> m a

    primitive-offset Data.Primitive.PrimArray.Offset

    Recover the element in the mutable primitive array.

  2. readUnsignedInteger :: String -> Integer

    pseudo-boolean Data.PseudoBoolean.Internal.TextUtil

    read allocate too many intermediate Integer. Therefore we use this optimized implementation instead. Many intermediate values in this implementation will be optimized away by worker-wrapper transformation and unboxing.

  3. readFile :: RawFilePath -> IO ByteString

    rawfilepath Data.ByteString.RawFilePath

    Read an entire file at the RawFilePath strictly into a ByteString.

  4. readProcessWithExitCode :: ProcessConf stdin stdout stderr -> IO (ExitCode, ByteString, ByteString)

    rawfilepath RawFilePath

    Fork an external process, read its standard output and standard error strictly, blocking until the process terminates, and return them with the process exit code.

  5. readProcessWithExitCode :: ProcessConf stdin stdout stderr -> IO (ExitCode, ByteString, ByteString)

    rawfilepath RawFilePath.Process

    Fork an external process, read its standard output and standard error strictly, blocking until the process terminates, and return them with the process exit code.

  6. readSRef :: MonadReading s m => s a -> m a

    rcu Control.Concurrent.RCU.Class

    Read a shared reference.

  7. reading :: MonadRCU s m => Reading m a -> m a

    rcu Control.Concurrent.RCU.Class

    Run a read-side critical section

  8. readSRef :: MonadReading s m => s a -> m a

    rcu Control.Concurrent.RCU.GC

    Read a shared reference.

  9. reading :: MonadRCU s m => Reading m a -> m a

    rcu Control.Concurrent.RCU.GC

    Run a read-side critical section

  10. readSRef :: MonadReading s m => s a -> m a

    rcu Control.Concurrent.RCU.QSBR

    Read a shared reference.

Page 324 of many | Previous | Next