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.
readOffset :: (PrimMonad m, Prim a) => MutablePrimArrayOffset (PrimState m) a -> m aprimitive-offset Data.Primitive.PrimArray.Offset Recover the element in the mutable primitive array.
readUnsignedInteger :: String -> Integerpseudo-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.
readFile :: RawFilePath -> IO ByteStringrawfilepath Data.ByteString.RawFilePath Read an entire file at the RawFilePath strictly into a ByteString.
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.
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.
readSRef :: MonadReading s m => s a -> m arcu Control.Concurrent.RCU.Class Read a shared reference.
reading :: MonadRCU s m => Reading m a -> m arcu Control.Concurrent.RCU.Class Run a read-side critical section
readSRef :: MonadReading s m => s a -> m arcu Control.Concurrent.RCU.GC Read a shared reference.
reading :: MonadRCU s m => Reading m a -> m arcu Control.Concurrent.RCU.GC Run a read-side critical section
readSRef :: MonadReading s m => s a -> m arcu Control.Concurrent.RCU.QSBR Read a shared reference.