Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
platformArchOS :: Platform -> !ArchOSghc-lib-parser GHC.Platform Architecture and OS
platformByteOrder :: Platform -> !ByteOrderghc-lib-parser GHC.Platform Byte order (endianness)
platformCConvNeedsExtension :: Platform -> Boolghc-lib-parser 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-lib-parser GHC.Platform No documentation available.
platformHasGnuNonexecStack :: Platform -> !Boolghc-lib-parser GHC.Platform No documentation available.
platformHasIdentDirective :: Platform -> !Boolghc-lib-parser GHC.Platform No documentation available.
platformHasLibm :: Platform -> !Boolghc-lib-parser 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-lib-parser GHC.Platform Does this platform have an RTS linker?
platformHasSubsectionsViaSymbols :: Platform -> !Boolghc-lib-parser GHC.Platform Enable Darwin .subsections_via_symbols directive See Note [Subsections Via Symbols] in GHC.CmmToAsm.X86.Ppr
platformHsSOName :: Platform -> FilePath -> FilePathghc-lib-parser GHC.Platform No documentation available.