Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forceGlobalRdrEnv :: GlobalRdrEnvX info -> IfGlobalRdrEnvghc-lib-parser GHC.Types.Name.Reader Drop all GREInfo fields in a GlobalRdrEnv in order to avoid space leaks. See Note [Forcing GREInfo] in GHC.Types.GREInfo.
forceModIface :: ModIface -> IO ()ghc-lib-parser GHC.Unit.Module.ModIface No documentation available.
forwardGet :: ReadBinHandle -> IO a -> IO aghc-lib-parser GHC.Utils.Binary Read a value stored using a forward reference The forward reference is expected to be an absolute offset.
forwardGetRel :: ReadBinHandle -> IO a -> IO aghc-lib-parser GHC.Utils.Binary Read a value stored using a forward reference. The forward reference is expected to be a relative offset.
forwardPut :: WriteBinHandle -> (b -> IO a) -> IO b -> IO (a, b)ghc-lib-parser GHC.Utils.Binary forwardPut put_A put_B outputs A after B but allows A to be read before B by using a forward reference.
forwardPutRel :: WriteBinHandle -> (b -> IO a) -> IO b -> IO (a, b)ghc-lib-parser GHC.Utils.Binary forwardPutRel put_A put_B outputs A after B but allows A to be read before B by using a forward reference. This forward reference is a relative offset that allows us to skip over the result of put_A.
forwardPutRel_ :: WriteBinHandle -> (b -> IO a) -> IO b -> IO ()ghc-lib-parser GHC.Utils.Binary Like forwardGetRel, but discard the result.
forwardPut_ :: WriteBinHandle -> (b -> IO a) -> IO b -> IO ()ghc-lib-parser GHC.Utils.Binary No documentation available.
formatBulleted :: DecoratedSDoc -> SDocghc-lib-parser GHC.Utils.Error Formats the input list of structured document, where each element of the list gets a bullet.
-
ghc-lib-parser GHC.Utils.Outputable No documentation available.