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

    ghc GHC.Platform

    No documentation available.

  2. platformHasLibm :: Platform -> !Bool

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

  3. platformHasRTSLinker :: Platform -> Bool

    ghc GHC.Platform

    Does this platform have an RTS linker?

  4. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  5. platformHsSOName :: Platform -> FilePath -> FilePath

    ghc GHC.Platform

    No documentation available.

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

    ghc GHC.Platform

    Test if the given Integer is representable with a platform Int

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

    ghc GHC.Platform

    Test if the given Integer is representable with a platform Word

  8. platformIsCrossCompiling :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  9. platformLeadingUnderscore :: Platform -> !Bool

    ghc GHC.Platform

    Symbols need underscore prefix

  10. platformMaxInt :: Platform -> Integer

    ghc GHC.Platform

    Maximum representable Int value for the given platform

Page 469 of many | Previous | Next