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. readObjectBlockInfo :: FilePath -> IO (Maybe BlockInfo)

    ghc-lib-parser GHC.StgToJS.Object

    Reads only the part necessary to get the block info

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

    ghc-lib-parser GHC.StgToJS.Object

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

  3. readTcRef :: MonadIO m => TcRef a -> m a

    ghc-lib-parser GHC.Tc.Types.TcRef

    No documentation available.

  4. readPackageDbForGhc :: FilePath -> IO [DbUnitInfo]

    ghc-lib-parser GHC.Unit.Database

    Read the part of the package DB that GHC is interested in.

  5. readPackageDbForGhcPkg :: forall pkgs (mode :: DbMode) t . Binary pkgs => FilePath -> DbOpenMode mode t -> IO (pkgs, DbOpenMode mode PackageDbLock)

    ghc-lib-parser GHC.Unit.Database

    Read the part of the package DB that ghc-pkg is interested in Note that the Binary instance for ghc-pkg's representation of packages is not defined in this package. This is because ghc-pkg uses Cabal types (and Binary instances for these) which this package does not depend on. If we open the package db in read only mode, we get its contents. Otherwise we additionally receive a PackageDbLock that represents a lock on the database, so that we can safely update it later.

  6. readUnitDatabase :: Logger -> UnitConfig -> FilePath -> IO (UnitDatabase UnitId)

    ghc-lib-parser GHC.Unit.State

    No documentation available.

  7. readUnitDatabases :: Logger -> UnitConfig -> IO [UnitDatabase UnitId]

    ghc-lib-parser GHC.Unit.State

    No documentation available.

  8. readBinMem :: FilePath -> IO ReadBinHandle

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  9. readBinMemN :: Int -> FilePath -> IO (Maybe ReadBinHandle)

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  10. readHexFingerprint :: String -> Fingerprint

    ghc-lib-parser GHC.Utils.Fingerprint

    No documentation available.

Page 213 of many | Previous | Next