Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data Platform

    ghc-lib-parser GHC.Platform

    Platform description This is used to describe platforms so that we can generate code for them.

  2. Platform :: ArchOS -> PlatformWordSize -> ByteOrder -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> !Maybe PlatformConstants -> Platform

    ghc-lib-parser GHC.Platform

    No documentation available.

  3. data PlatformConstants

    ghc-lib-parser GHC.Platform

    No documentation available.

  4. 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-lib-parser GHC.Platform

    No documentation available.

  5. data PlatformMisc

    ghc-lib-parser 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).

  6. PlatformMisc :: String -> Bool -> Bool -> String -> Bool -> PlatformMisc

    ghc-lib-parser GHC.Platform

    No documentation available.

  7. data PlatformWordSize

    ghc-lib-parser GHC.Platform

    No documentation available.

  8. genericPlatform :: Platform

    ghc-lib-parser GHC.Platform

    No documentation available.

  9. lookupPlatformConstants :: [FilePath] -> IO (Maybe PlatformConstants)

    ghc-lib-parser GHC.Platform

    Try to locate "GhclibDerivedConstants.h" file in the given dirs and to parse the PlatformConstants from it. See Note [Platform constants]

  10. platformArch :: Platform -> Arch

    ghc-lib-parser GHC.Platform

    Platform architecture

Page 694 of many | Previous | Next