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.
readCreateProcessWithExitCode :: CreateProcess -> Builder -> IO (ExitCode, Builder, Builder)process-extras System.Process.Text.Builder No documentation available.
readProcessWithExitCode :: FilePath -> [String] -> Builder -> IO (ExitCode, Builder, Builder)process-extras System.Process.Text.Builder Specialized version for backwards compatibility.
readCreateProcessWithExitCode :: CreateProcess -> Text -> IO (ExitCode, Text, Text)process-extras System.Process.Text.Lazy No documentation available.
readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)process-extras System.Process.Text.Lazy Specialized version for backwards compatibility.
-
sandwich Test.Sandwich.Logging Like readCreateProcess, but capture the stderr output in the logs. Every line output by the process will be fed to a debug call.
-
sandwich Test.Sandwich.Logging Like readCreateProcess, but capture the stderr output in the logs.
readEither :: Read a => Text -> Either Text ascotty Web.Scotty Useful for creating Parsable instances for things that already implement Read. Ex:
instance Parsable Int where parseParam = readEither
readEither :: Read a => Text -> Either Text ascotty Web.Scotty.Trans Useful for creating Parsable instances for things that already implement Read. Ex:
instance Parsable Int where parseParam = readEither
readEither :: Read a => Text -> Either Text ascotty Web.Scotty.Trans.Strict Useful for creating Parsable instances for things that already implement Read. Ex:
instance Parsable Int where parseParam = readEither
readUnicodeWidthTable :: FilePath -> IO (Either String UnicodeWidthTable)vty Graphics.Vty.UnicodeWidthTable.IO Load a binary unicode width table from the specified file. This either returns a successfully parsed table or a table parsing error message. This does not handle I/O exceptions.