Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
platformInIntRange :: Platform -> Integer -> Boolghc GHC.Platform Test if the given Integer is representable with a platform Int
platformInWordRange :: Platform -> Integer -> Boolghc GHC.Platform Test if the given Integer is representable with a platform Word
platformIsCrossCompiling :: Platform -> !Boolghc GHC.Platform No documentation available.
platformLeadingUnderscore :: Platform -> !Boolghc GHC.Platform Symbols need underscore prefix
platformMaxInt :: Platform -> Integerghc GHC.Platform Maximum representable Int value for the given platform