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. platformConstants :: Platform -> PlatformConstants

    ghc GHC.Platform

    No documentation available.

  2. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  3. platformHasIdentDirective :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

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

  5. platformHasRTSLinker :: Platform -> Bool

    ghc GHC.Platform

    Does this platform have an RTS linker?

  6. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  7. platformHsSOName :: Platform -> FilePath -> FilePath

    ghc GHC.Platform

    No documentation available.

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

    ghc GHC.Platform

    Test if the given Integer is representable with a platform Int

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

    ghc GHC.Platform

    Test if the given Integer is representable with a platform Word

  10. platformIsCrossCompiling :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

Page 470 of many | Previous | Next