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. Platform :: ArchOS -> PlatformWordSize -> ByteOrder -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> !Maybe PlatformConstants -> Platform

    ghc GHC.Settings

    No documentation available.

  2. data PlatformMisc

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

  3. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Settings

    No documentation available.

  4. platformArchOS :: Platform -> !ArchOS

    ghc GHC.Settings

    Architecture and OS

  5. platformByteOrder :: Platform -> !ByteOrder

    ghc GHC.Settings

    Byte order (endianness)

  6. platformHasGnuNonexecStack :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

  7. platformHasIdentDirective :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

  8. platformHasLibm :: Platform -> !Bool

    ghc GHC.Settings

    Some platforms require that we explicitly link against libm if any math-y things are used (which we assume to include all programs). See #14022.

  9. platformHasSubsectionsViaSymbols :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

  10. platformIsCrossCompiling :: Platform -> !Bool

    ghc GHC.Settings

    No documentation available.

Page 479 of many | Previous | Next