Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foreignRefSafety :: ForeignJSRef -> !Safetyghc-lib-parser GHC.StgToJS.Types No documentation available.
foreignRefSrcSpan :: ForeignJSRef -> !FastStringghc-lib-parser GHC.StgToJS.Types No documentation available.
-
ghc-lib-parser GHC.Tc.Solver.InertSet Perform a monadic operation on all pairs in the top environment in the stack.
forceOccEnv :: (a -> ()) -> OccEnv a -> ()ghc-lib-parser GHC.Types.Name.Occurrence Force an OccEnv with the provided function.
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.