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.
-
typed-process System.Process.Typed Same as readProcessInterleaved, but instead of returning the ExitCode, checks it with checkExitCode. Exceptions thrown by this function will include stdout.
-
typed-process System.Process.Typed Same as readProcess, but only read the stderr of the process. Original settings for stdout remain.
readProcessStderr_ :: MonadIO m => ProcessConfig stdin stdout stderrIgnored -> m ByteStringtyped-process System.Process.Typed Same as readProcessStderr, but instead of returning the ExitCode, checks it with checkExitCode. Exceptions thrown by this function will include stderr.
-
typed-process System.Process.Typed Same as readProcess, but only read the stdout of the process. Original settings for stderr remain.
readProcessStdout_ :: MonadIO m => ProcessConfig stdin stdoutIgnored stderr -> m ByteStringtyped-process System.Process.Typed Same as readProcessStdout, but instead of returning the ExitCode, checks it with checkExitCode. Exceptions thrown by this function will include stdout.
-
typed-process System.Process.Typed Same as readProcess, but instead of returning the ExitCode, checks it with checkExitCode. Exceptions thrown by this function will include stdout and stderr.
readMatrix :: Storable t => STMatrix s t -> Int -> Int -> ST s thmatrix Numeric.LinearAlgebra.Devel No documentation available.
readVector :: Storable t => STVector s t -> Int -> ST s thmatrix Numeric.LinearAlgebra.Devel No documentation available.
readFile :: FilePath -> IO Stringstrict System.IO.Strict The readFile function reads a file and returns the contents of the file as a string. The file is read strictly, as with getContents.
readExtensions :: String -> Maybe (Maybe Language, [Extension])haskell-src-exts Language.Haskell.Exts Gather the extensions declared in LANGUAGE pragmas at the top of the file. Returns Nothing if the parse of the pragmas fails.