Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. data PlatformMisc

    ghc GHC.Settings

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

  2. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Settings

    No documentation available.

  3. platformArchOS :: Platform -> !ArchOS

    ghc GHC.Settings

    Architecture and OS

  4. platformByteOrder :: Platform -> !ByteOrder

    ghc GHC.Settings

    Byte order (endianness)

  5. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

  6. platformHasIdentDirective :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

  7. platformHasLibm :: Platform -> !Bool

    ghc GHC.Settings

    Some platforms require that we explicitly link against libm if any math-y things are used (which we assume to include all programs). See #14022.

  8. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

  9. platformIsCrossCompiling :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

  10. platformLeadingUnderscore :: Platform -> !Bool

    ghc GHC.Settings

    Symbols need underscore prefix

Page 479 of many | Previous | Next