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.
platformArchOS :: Platform -> !ArchOSghc GHC.Platform Architecture and OS
platformByteOrder :: Platform -> !ByteOrderghc GHC.Platform Byte order (endianness)
platformCConvNeedsExtension :: Platform -> Boolghc 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.
platformConstants :: Platform -> PlatformConstantsghc GHC.Platform No documentation available.
platformHasGnuNonexecStack :: Platform -> !Boolghc GHC.Platform No documentation available.
platformHasIdentDirective :: Platform -> !Boolghc GHC.Platform No documentation available.
platformHasLibm :: Platform -> !Boolghc 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.
platformHasRTSLinker :: Platform -> Boolghc GHC.Platform Does this platform have an RTS linker?
platformHasSubsectionsViaSymbols :: Platform -> !Boolghc GHC.Platform No documentation available.
platformHsSOName :: Platform -> FilePath -> FilePathghc GHC.Platform No documentation available.