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.
backendGeneratesCodeForHsBoot :: Backend -> Boolghc-lib-parser GHC.Driver.Backend No documentation available.
backendNeedsPlatformNcgSupport :: Backend -> Boolghc-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.
platformDefaultBackend :: Platform -> Backendghc-lib-parser GHC.Driver.Backend No documentation available.
platformNcgSupported :: Platform -> Boolghc-lib-parser GHC.Driver.Backend Is the platform supported by the Native Code Generator?
Opt_D_dump_foreign :: DumpFlagghc-lib-parser GHC.Driver.DynFlags No documentation available.
Opt_D_dump_static_argument_transformation :: DumpFlagghc-lib-parser GHC.Driver.DynFlags No documentation available.
Opt_ForceRecomp :: GeneralFlagghc-lib-parser GHC.Driver.DynFlags No documentation available.
Opt_PrintExplicitForalls :: GeneralFlagghc-lib-parser GHC.Driver.DynFlags No documentation available.
Opt_StaticArgumentTransformation :: GeneralFlagghc-lib-parser GHC.Driver.DynFlags No documentation available.
Opt_UnoptimizedCoreForInterpreter :: GeneralFlagghc-lib-parser GHC.Driver.DynFlags No documentation available.