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.
PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMiscghc GHC.Platform No documentation available.
-
ghc GHC.Platform No documentation available.
-
ghc GHC.Platform No documentation available.
lookupPlatformConstants :: [FilePath] -> IO (Maybe PlatformConstants)ghc GHC.Platform Try to locate "DerivedConstants.h" file in the given dirs and to parse the PlatformConstants from it. See Note [Platform constants]
platformArch :: Platform -> Archghc GHC.Platform Platform architecture
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.