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.
-
ghc-lib-parser GHC.Settings Platform description This is used to describe platforms so that we can generate code for them.
-
ghc-lib-parser GHC.Settings No documentation available.
-
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).
PlatformMisc :: String -> Bool -> Bool -> String -> Bool -> PlatformMiscghc-lib-parser GHC.Settings No documentation available.
-
ghc-lib-parser GHC.Stg.Syntax No documentation available.
-
ghc-lib-parser GHC.Stg.Syntax No documentation available.
PRPrimCall :: JStgStat -> PrimResghc-lib-parser GHC.StgToJS.Types primop is async call, primop returns the next function to run. result returned to stack top in registers
-
ghc-lib-parser GHC.StgToJS.Types The closure is a Partial Application
PrimInline :: JStgStat -> PrimResghc-lib-parser GHC.StgToJS.Types primop is inline, result is assigned directly
-
ghc-lib-parser GHC.StgToJS.Types A Primop result is either an inlining of some JS payload, or a primitive call to a JS function defined in Shim files in base.