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. reads :: RegUsage -> [Reg]

    ghc GHC.CmmToAsm.Instr

    No documentation available.

  2. readFastMutInt :: FastMutInt -> IO Int

    ghc GHC.Data.FastMutInt

    No documentation available.

  3. readMutVar :: IORef a -> IOEnv env a

    ghc GHC.Data.IOEnv

    No documentation available.

  4. readPoint :: Point s a -> ST s (Link s a)

    ghc GHC.Data.UnionFind

    Read the current value of Point.

  5. readLlvmConfigCache :: LlvmConfigCache -> IO LlvmConfig

    ghc GHC.Driver.LlvmConfigCache

    No documentation available.

  6. readBinIface :: Profile -> NameCache -> CheckHiWay -> TraceBinIFace -> FilePath -> IO ModIface

    ghc GHC.Iface.Binary

    Read an interface file.

  7. readBinIfaceHeader :: Profile -> NameCache -> CheckHiWay -> TraceBinIFace -> FilePath -> IO (Fingerprint, BinHandle)

    ghc GHC.Iface.Binary

    Read an interface file header, checking the magic number, version, and way. Returns the hash of the source file and a BinHandle which points at the start of the rest of the interface file data.

  8. readInterfaceErrorDiagnostic :: ReadInterfaceError -> SDoc

    ghc GHC.Iface.Errors.Ppr

    No documentation available.

  9. readHieFile :: NameCache -> FilePath -> IO HieFileResult

    ghc GHC.Iface.Ext.Binary

    Read a HieFile from a FilePath. Can use an existing NameCache.

  10. readHieFileWithVersion :: (HieHeader -> Bool) -> NameCache -> FilePath -> IO (Either HieHeader HieFileResult)

    ghc GHC.Iface.Ext.Binary

    Read a HieFile from a FilePath. Can use an existing NameCache. Allows you to specify which versions of hieFile to attempt to read. Left case returns the failing header versions.

Page 111 of many | Previous | Next