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.
ForeverE :: e -> s -> s -> ForeverE e sessence-of-live-coding LiveCoding.Forever No documentation available.
module Data.GenValidity.Time.
Format No documentation available.
-
ghc-lib-parser GHC.Boot.TH.Ppr No documentation available.
-
ghc-lib-parser GHC.Boot.TH.Ppr No documentation available.
-
ghc-lib-parser GHC.Boot.TH.Ppr No documentation available.
-
ghc-lib-parser GHC.Builtin.PrimOps No documentation available.
-
ghc-lib-parser GHC.Builtin.PrimOps No documentation available.
ForeignLabelInExternalPackage :: ForeignLabelSourceghc-lib-parser GHC.Cmm.CLabel Label is in some external, system package that doesn't also contain compiled Haskell code, and is not associated with any .hi files. We don't have to worry about Haskell code being inlined from external packages. It is safe to treat the RTS package as "external".
ForeignLabelInPackage :: UnitId -> ForeignLabelSourceghc-lib-parser GHC.Cmm.CLabel Label is in a named package
ForeignLabelInThisPackage :: ForeignLabelSourceghc-lib-parser GHC.Cmm.CLabel Label is in the package currently being compiled. This is only used for creating hacky tmp labels during code generation. Don't use it in any code that might be inlined across a package boundary (ie, core code) else the information will be wrong relative to the destination module.