Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. cg_foreign :: CgGuts -> !ForeignStubs

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

    Foreign export stubs

  2. cg_foreign_files :: CgGuts -> ![(ForeignSrcLang, FilePath)]

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

    No documentation available.

  3. mg_foreign :: ModGuts -> !ForeignStubs

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

    Foreign exports declared in this module

  4. mg_foreign_files :: ModGuts -> ![(ForeignSrcLang, FilePath)]

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

    Files to be compiled with the C compiler

  5. set_mi_foreign :: forall (phase :: ModIfacePhase) . IfaceForeign -> ModIface_ phase -> ModIface_ phase

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

    No documentation available.

  6. pprWarningTxtForMsg :: WarningTxt p -> SDoc

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

    No documentation available.

  7. data IfaceForeign

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

    No documentation available.

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

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

    No documentation available.

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

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

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

    No documentation available.

Page 713 of many | Previous | Next