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.
readJSObject :: FilePath -> IO (JSOptions, ByteString)ghc GHC.StgToJS.Object Read a JS object from file
readObject :: FilePath -> IO (Maybe Object)ghc GHC.StgToJS.Object Read object from file The object is still in memory after this (see objHandle).
readObjectBlockInfo :: FilePath -> IO (Maybe BlockInfo)ghc GHC.StgToJS.Object Reads only the part necessary to get the block info
readObjectBlocks :: FilePath -> BlockIds -> IO [ObjBlock]ghc GHC.StgToJS.Object Read blocks in the object file, using the given filtering function
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
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
readCreateProcessWithExitCode' :: CreateProcess -> IO (ExitCode, String)ghc GHC.SysTools.Process No documentation available.
-
ghc GHC.SysTools.Process Version of System.Process.readProcessWithExitCode that takes a key-value tuple to insert into the environment.
readerProc :: Chan BuildMessage -> Handle -> (String -> String) -> IO ()ghc GHC.SysTools.Process No documentation available.
-
ghc GHC.Tc.Solver.Monad No documentation available.