Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib GHC.Builtin.Names.TH No documentation available.
formatInBytes :: Format -> Intghc-lib GHC.CmmToAsm.Format No documentation available.
formatToWidth :: Format -> Widthghc-lib GHC.CmmToAsm.Format Get the Width of a Format.
forceOccEnv :: (a -> ()) -> OccEnv a -> ()ghc-lib GHC.Plugins Force an OccEnv with the provided function.
forceOccEnv :: (a -> ()) -> OccEnv a -> ()ghc-lib GHC.Plugins Force an OccEnv with the provided function.
forward :: GhcMonad m => Int -> m ([Name], Int, SrcSpan, String)ghc-lib GHC.Runtime.Eval No documentation available.
forceLoadModuleInterfaces :: HscEnv -> SDoc -> [Module] -> IO ()ghc-lib 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-lib 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-lib 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-lib 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.