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. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc-lib-parser GHC.Platform

    No documentation available.

  2. platformHasIdentDirective :: Platform -> !Bool

    ghc-lib-parser GHC.Platform

    No documentation available.

  3. platformHasLibm :: Platform -> !Bool

    ghc-lib-parser GHC.Platform

    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.

  4. platformHasRTSLinker :: Platform -> Bool

    ghc-lib-parser GHC.Platform

    Does this platform have an RTS linker?

  5. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc-lib-parser GHC.Platform

    Enable Darwin .subsections_via_symbols directive See Note [Subsections Via Symbols] in GHC.CmmToAsm.X86.Ppr

  6. platformHsSOName :: Platform -> FilePath -> FilePath

    ghc-lib-parser GHC.Platform

    No documentation available.

  7. platformInIntRange :: Platform -> Integer -> Bool

    ghc-lib-parser GHC.Platform

    Test if the given Integer is representable with a platform Int

  8. platformInWordRange :: Platform -> Integer -> Bool

    ghc-lib-parser GHC.Platform

    Test if the given Integer is representable with a platform Word

  9. platformIsCrossCompiling :: Platform -> !Bool

    ghc-lib-parser GHC.Platform

    No documentation available.

  10. platformLeadingUnderscore :: Platform -> !Bool

    ghc-lib-parser GHC.Platform

    Symbols need underscore prefix

Page 698 of many | Previous | Next