Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data IfaceForeign

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    No documentation available.

  2. IfaceForeign :: Maybe IfaceCStubs -> [IfaceForeignFile] -> IfaceForeign

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    No documentation available.

  3. data IfaceForeignFile

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    A source file added from Template Haskell using qAddForeignFilePath, for storage in interfaces. See Note [Foreign stubs and TH bytecode linking]

  4. IfaceForeignFile :: ForeignSrcLang -> String -> FilePath -> IfaceForeignFile

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    No documentation available.

  5. binary_get_ForeignSrcLang :: ReadBinHandle -> IO ForeignSrcLang

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    Binary get for ForeignSrcLang.

  6. binary_put_ForeignSrcLang :: WriteBinHandle -> ForeignSrcLang -> IO ()

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    Binary put_ for ForeignSrcLang.

  7. decodeIfaceForeign :: Logger -> TmpFs -> TempDir -> IfaceForeign -> IO (ForeignStubs, [(ForeignSrcLang, FilePath)])

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    Decode serialized foreign stubs and foreign files. See Note [Foreign stubs and TH bytecode linking]

  8. emptyIfaceForeign :: IfaceForeign

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    No documentation available.

  9. encodeIfaceForeign :: Logger -> DynFlags -> ForeignStubs -> [(ForeignSrcLang, FilePath)] -> IO IfaceForeign

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    Convert foreign stubs and foreign files to a format suitable for writing to interfaces. See Note [Foreign stubs and TH bytecode linking]

  10. wcb_foreign :: WholeCoreBindings -> IfaceForeign

    ghc-lib-parser GHC.Unit.Module.WholeCoreBindings

    No documentation available.

Page 711 of many | Previous | Next