Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readInterpProcess :: InterpProcess -> Get a -> IO a

    ghc GHC.Runtime.Interpreter.Process

    Read a value from the interpreter process

  2. readJSObject :: FilePath -> IO (JSOptions, ByteString)

    ghc GHC.StgToJS.Object

    Read a JS object from file

  3. readObject :: FilePath -> IO (Maybe Object)

    ghc GHC.StgToJS.Object

    Read object from file The object is still in memory after this (see objHandle).

  4. readObjectBlockInfo :: FilePath -> IO (Maybe BlockInfo)

    ghc GHC.StgToJS.Object

    Reads only the part necessary to get the block info

  5. readObjectBlocks :: FilePath -> BlockIds -> IO [ObjBlock]

    ghc GHC.StgToJS.Object

    Read blocks in the object file, using the given filtering function

  6. readElfNoteAsString :: Logger -> FilePath -> String -> String -> IO (Maybe String)

    ghc GHC.SysTools.Elf

    read a Note as a String If you try to read a note from a section which does not support the Note format, the parsing is likely to fail and Nothing will be returned

  7. readElfSectionByName :: Logger -> ByteString -> String -> IO (Maybe ByteString)

    ghc GHC.SysTools.Elf

    Given a section name, read its contents as a ByteString. If the section isn't found or if there is any parsing error, we return Nothing

  8. readCreateProcessWithExitCode' :: CreateProcess -> IO (ExitCode, String)

    ghc GHC.SysTools.Process

    No documentation available.

  9. readProcessEnvWithExitCode :: String -> [String] -> (String, String) -> IO (ExitCode, String, String)

    ghc GHC.SysTools.Process

    Version of System.Process.readProcessWithExitCode that takes a key-value tuple to insert into the environment.

  10. readerProc :: Chan BuildMessage -> Handle -> (String -> String) -> IO ()

    ghc GHC.SysTools.Process

    No documentation available.

Page 113 of many | Previous | Next