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

    ghc GHC.Platform

    For some architectures the C calling convention is that any integer shorter than 64 bits is replaced by its 64 bits representation using sign or zero extension.

  2. platformConstants :: Platform -> PlatformConstants

    ghc GHC.Platform

    No documentation available.

  3. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  4. platformHasIdentDirective :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

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

  6. platformHasRTSLinker :: Platform -> Bool

    ghc GHC.Platform

    Does this platform have an RTS linker?

  7. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  8. platformHsSOName :: Platform -> FilePath -> FilePath

    ghc GHC.Platform

    No documentation available.

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

    ghc GHC.Platform

    Test if the given Integer is representable with a platform Int

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

    ghc GHC.Platform

    Test if the given Integer is representable with a platform Word

Page 470 of many | Previous | Next