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.
readTranslations :: Text -> Either Text Translationspandoc Text.Pandoc.Translations Parse YAML translations.
readFile :: FilePath -> IO Textpandoc Text.Pandoc.UTF8 No documentation available.
-
process-extras System.Process.ByteString No documentation available.
-
process-extras System.Process.ByteString Specialized version for backwards compatibility.
-
process-extras System.Process.ByteString.Lazy No documentation available.
-
process-extras System.Process.ByteString.Lazy Specialized version for backwards compatibility.
readCreateProcessWithExitCode :: CreateProcess -> Chars -> IO (ExitCode, Chars, Chars)process-extras System.Process.Chars No documentation available.
readProcessWithExitCode :: FilePath -> [String] -> Chars -> IO (ExitCode, Chars, Chars)process-extras System.Process.Chars Specialized version for backwards compatibility.
readChunks :: ListLikeProcessIO text char => Handle -> IO [text]process-extras System.Process.Common Read from a handle, returning a lazy list of the monoid a.
-
process-extras System.Process.Common Like readCreateProcessStrict, but the output is read lazily.