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. readJSObject :: FilePath -> IO (JSOptions, ByteString)

    ghc GHC.StgToJS.Object

    Read a JS object from file

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

    ghc GHC.StgToJS.Object

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

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

    ghc GHC.StgToJS.Object

    Reads only the part necessary to get the block info

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

    ghc GHC.StgToJS.Object

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

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

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

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

    ghc GHC.SysTools.Process

    No documentation available.

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

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

    ghc GHC.SysTools.Process

    No documentation available.

  10. readTcRef :: TcRef a -> TcS a

    ghc GHC.Tc.Solver.Monad

    No documentation available.

Page 112 of many | Previous | Next