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.

  1. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Platform

    No documentation available.

  2. data PlatformWordSize

    ghc GHC.Platform

    No documentation available.

  3. genericPlatform :: Platform

    ghc GHC.Platform

    No documentation available.

  4. 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]

  5. platformArch :: Platform -> Arch

    ghc GHC.Platform

    Platform architecture

  6. platformArchOS :: Platform -> !ArchOS

    ghc GHC.Platform

    Architecture and OS

  7. platformByteOrder :: Platform -> !ByteOrder

    ghc GHC.Platform

    Byte order (endianness)

  8. platformCConvNeedsExtension :: Platform -> Bool

    ghc 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.

  9. platformConstants :: Platform -> PlatformConstants

    ghc GHC.Platform

    No documentation available.

  10. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc GHC.Platform

    No documentation available.

Page 468 of many | Previous | Next