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.

  1. readCreateProcessWithExitCode :: CreateProcess -> Builder -> IO (ExitCode, Builder, Builder)

    process-extras System.Process.Text.Builder

    No documentation available.

  2. readProcessWithExitCode :: FilePath -> [String] -> Builder -> IO (ExitCode, Builder, Builder)

    process-extras System.Process.Text.Builder

    Specialized version for backwards compatibility.

  3. readCreateProcessWithExitCode :: CreateProcess -> Text -> IO (ExitCode, Text, Text)

    process-extras System.Process.Text.Lazy

    No documentation available.

  4. readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)

    process-extras System.Process.Text.Lazy

    Specialized version for backwards compatibility.

  5. readCreateProcessWithLogging :: (HasCallStack, MonadUnliftIO m, MonadLogger m) => CreateProcess -> String -> m String

    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.

  6. readCreateProcessWithLogging' :: (HasCallStack, MonadUnliftIO m, MonadLogger m) => LogLevel -> CreateProcess -> String -> m String

    sandwich Test.Sandwich.Logging

    Like readCreateProcess, but capture the stderr output in the logs.

  7. readEither :: Read a => Text -> Either Text a

    scotty Web.Scotty

    Useful for creating Parsable instances for things that already implement Read. Ex:

    instance Parsable Int where parseParam = readEither
    

  8. readEither :: Read a => Text -> Either Text a

    scotty Web.Scotty.Trans

    Useful for creating Parsable instances for things that already implement Read. Ex:

    instance Parsable Int where parseParam = readEither
    

  9. readEither :: Read a => Text -> Either Text a

    scotty Web.Scotty.Trans.Strict

    Useful for creating Parsable instances for things that already implement Read. Ex:

    instance Parsable Int where parseParam = readEither
    

  10. 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.

Page 151 of many | Previous | Next