Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. platformArchOS :: Platform -> !ArchOS

    ghc GHC.Platform

    Architecture and OS

  2. platformByteOrder :: Platform -> !ByteOrder

    ghc GHC.Platform

    Byte order (endianness)

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

  4. platformConstants :: Platform -> PlatformConstants

    ghc GHC.Platform

    No documentation available.

  5. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  6. platformHasIdentDirective :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

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

  8. platformHasRTSLinker :: Platform -> Bool

    ghc GHC.Platform

    Does this platform have an RTS linker?

  9. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

  10. platformHsSOName :: Platform -> FilePath -> FilePath

    ghc GHC.Platform

    No documentation available.

Page 469 of many | Previous | Next