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.
-
ghc GHC.Parser.Errors.Ppr No documentation available.
forceOccEnv :: (a -> ()) -> OccEnv a -> ()ghc GHC.Plugins Force an OccEnv with the provided function.
forceOccEnv :: (a -> ()) -> OccEnv a -> ()ghc GHC.Plugins Force an OccEnv with the provided function.
forward :: GhcMonad m => Int -> m ([Name], Int, SrcSpan, String)ghc GHC.Runtime.Eval No documentation available.
forceLoadModuleInterfaces :: HscEnv -> SDoc -> [Module] -> IO ()ghc GHC.Runtime.Loader Force the interfaces for the given modules to be loaded. The SDoc parameter is used for debugging (-ddump-if-trace) only: it is shown as the reason why the module is being loaded.
forceLoadNameModuleInterface :: HscEnv -> SDoc -> Name -> IO ()ghc GHC.Runtime.Loader Force the interface for the module containing the name to be loaded. The SDoc parameter is used for debugging (-ddump-if-trace) only: it is shown as the reason why the module is being loaded.
forceLoadTyCon :: HscEnv -> Name -> IO TyConghc GHC.Runtime.Loader Load the TyCon associated with the given name, come hell or high water. Fails if:
- The interface could not be loaded
- The name is not that of a TyCon
- The name did not exist in the loaded module
formerFreeVars :: InId -> LiftM [OutId]ghc GHC.Stg.Lift.Monad Returns an empty list for a binding that was not lifted and the list of all local variables the binding abstracts over (so, exactly the additional arguments at adjusted call sites) otherwise.
forkAltPair :: FCode a -> FCode a -> FCode (a, a)ghc GHC.StgToCmm.Monad No documentation available.
forkAlts :: [FCode a] -> FCode [a]ghc GHC.StgToCmm.Monad No documentation available.