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. readFastMutInt :: FastMutInt -> IO Int

    ghc GHC.Data.FastMutInt

    No documentation available.

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

    ghc GHC.Data.IOEnv

    No documentation available.

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

    ghc GHC.Data.UnionFind

    Read the current value of Point.

  4. readLlvmConfigCache :: LlvmConfigCache -> IO LlvmConfig

    ghc GHC.Driver.LlvmConfigCache

    No documentation available.

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

    ghc GHC.Iface.Binary

    Read an interface file.

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

  7. readInterfaceErrorDiagnostic :: ReadInterfaceError -> SDoc

    ghc GHC.Iface.Errors.Ppr

    No documentation available.

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

    ghc GHC.Iface.Ext.Binary

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

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

  10. readField :: Binary a => FieldName -> ExtensibleFields -> IO (Maybe a)

    ghc GHC.Iface.Ext.Fields

    Reading

Page 110 of many | Previous | Next