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.
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.
platformInIntRange :: Platform -> Integer -> Boolghc-lib-parser GHC.Platform Test if the given Integer is representable with a platform Int
platformInWordRange :: Platform -> Integer -> Boolghc-lib-parser GHC.Platform Test if the given Integer is representable with a platform Word
platformIsCrossCompiling :: Platform -> !Boolghc-lib-parser GHC.Platform No documentation available.
platformLeadingUnderscore :: Platform -> !Boolghc-lib-parser GHC.Platform Symbols need underscore prefix