Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. Opt_WarnForallIdentifier :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  2. Opt_WarnUnicodeBidirectionalFormatCharacters :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  3. Opt_WarnUnusedForalls :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  4. 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).

  5. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Driver.Session

    No documentation available.

  6. dumpPrefixForce :: DynFlags -> Maybe FilePath

    ghc GHC.Driver.Session

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

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

  8. maxForcedSpecArgs :: DynFlags -> Int

    ghc GHC.Driver.Session

    No documentation available.

  9. platformMisc :: DynFlags -> {-# UNPACK #-} !PlatformMisc

    ghc GHC.Driver.Session

    No documentation available.

  10. platformMisc_ghcWithInterpreter :: PlatformMisc -> Bool

    ghc GHC.Driver.Session

    No documentation available.

Page 456 of many | Previous | Next