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. Opt_StaticArgumentTransformation :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  2. Opt_UnoptimizedCoreForInterpreter :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  3. Opt_WarnDodgyForeignImports :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  4. Opt_WarnForallIdentifier :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  5. Opt_WarnUnicodeBidirectionalFormatCharacters :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  6. Opt_WarnUnusedForalls :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  7. data PlatformMisc

    ghc GHC.Driver.Session

    Platform-specific settings formerly hard-coded in Config.hs. These should probably be all be triaged whether they can be computed from other settings or belong in another another place (like Platform above).

  8. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Driver.Session

    No documentation available.

  9. dumpPrefixForce :: DynFlags -> Maybe FilePath

    ghc GHC.Driver.Session

    Override the dumpPrefix set by setDumpPrefix or 'ghc.GHCi.UI.runStmt'. Set by -ddump-file-prefix

  10. flagsForCompletion :: Bool -> [String]

    ghc GHC.Driver.Session

    Make a list of flags for shell completion. Filter all available flags into two groups, for interactive GHC vs all other.

Page 457 of many | Previous | Next