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. profilePlatform :: Profile -> !Platform

    ghc-lib-parser GHC.Platform.Profile

    Platform

  2. wasmInterpTargetPlatform :: WasmInterpConfig -> !Platform

    ghc-lib-parser GHC.Runtime.Interpreter.Types

    No documentation available.

  3. data Platform

    ghc-lib-parser GHC.Settings

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

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

    ghc-lib-parser GHC.Settings

    No documentation available.

  5. data PlatformMisc

    ghc-lib-parser GHC.Settings

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

    No documentation available.

  7. platformArchOS :: Platform -> !ArchOS

    ghc-lib-parser GHC.Settings

    Architecture and OS

  8. platformByteOrder :: Platform -> !ByteOrder

    ghc-lib-parser GHC.Settings

    Byte order (endianness)

  9. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc-lib-parser GHC.Settings

    No documentation available.

  10. platformHasIdentDirective :: Platform -> !Bool

    ghc-lib-parser GHC.Settings

    No documentation available.

Page 701 of many | Previous | Next