Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Runtime.Loader Finds the Name corresponding to the given RdrName in the context of the ModuleName. Returns Nothing if no such Name could be found. Any other condition results in an exception:
- If the module could not be found
- If we could not determine the imports of the module
-
ghc GHC.Settings Platform description This is used to describe platforms so that we can generate code for them.
-
ghc GHC.Settings No documentation available.
-
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).
PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMiscghc GHC.Settings No documentation available.
platformArchOS :: Platform -> !ArchOSghc GHC.Settings Architecture and OS
platformByteOrder :: Platform -> !ByteOrderghc GHC.Settings Byte order (endianness)
platformHasGnuNonexecStack :: Platform -> !Boolghc GHC.Settings No documentation available.
platformHasIdentDirective :: Platform -> !Boolghc GHC.Settings No documentation available.
platformHasLibm :: Platform -> !Boolghc 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.