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. backendGeneratesCodeForHsBoot :: Backend -> Bool

    ghc-lib-parser GHC.Driver.Backend

    No documentation available.

  2. backendNeedsPlatformNcgSupport :: Backend -> Bool

    ghc-lib-parser GHC.Driver.Backend

    This flag tells the compiler driver that the back end does not support every target platform; it supports only platforms that claim NCG support. (It's set only for the native code generator.) Crufty. If the driver tries to use the native code generator without platform support, the driver fails over to the LLVM back end.

  3. platformDefaultBackend :: Platform -> Backend

    ghc-lib-parser GHC.Driver.Backend

    No documentation available.

  4. platformNcgSupported :: Platform -> Bool

    ghc-lib-parser GHC.Driver.Backend

    Is the platform supported by the Native Code Generator?

  5. Opt_D_dump_foreign :: DumpFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  6. Opt_D_dump_static_argument_transformation :: DumpFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  7. Opt_ForceRecomp :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  8. Opt_PrintExplicitForalls :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  9. Opt_StaticArgumentTransformation :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  10. Opt_UnoptimizedCoreForInterpreter :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

Page 677 of many | Previous | Next