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.

  1. data PlatformConstants

    ghc GHC.Platform

    No documentation available.

  2. PlatformConstants :: Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Int -> Integer -> Integer -> Integer -> Bool -> PlatformConstants

    ghc GHC.Platform

    No documentation available.

  3. data PlatformMisc

    ghc GHC.Platform

    Platform-specific settings formerly hard-coded in Config.hs. These should probably be all be triaged whether they can be computed from other settings or belong in another another place (like Platform above).

  4. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Platform

    No documentation available.

  5. data PlatformWordSize

    ghc GHC.Platform

    No documentation available.

  6. genericPlatform :: Platform

    ghc GHC.Platform

    No documentation available.

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

  8. platformArch :: Platform -> Arch

    ghc GHC.Platform

    Platform architecture

  9. platformArchOS :: Platform -> !ArchOS

    ghc GHC.Platform

    Architecture and OS

  10. platformByteOrder :: Platform -> !ByteOrder

    ghc GHC.Platform

    Byte order (endianness)

Page 469 of many | Previous | Next