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.

  1. forallSym :: Bool -> SDoc

    ghc GHC.Parser.Errors.Ppr

    No documentation available.

  2. forceOccEnv :: (a -> ()) -> OccEnv a -> ()

    ghc GHC.Plugins

    Force an OccEnv with the provided function.

  3. forceOccEnv :: (a -> ()) -> OccEnv a -> ()

    ghc GHC.Plugins

    Force an OccEnv with the provided function.

  4. forward :: GhcMonad m => Int -> m ([Name], Int, SrcSpan, String)

    ghc GHC.Runtime.Eval

    No documentation available.

  5. 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.

  6. 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.

  7. forceLoadTyCon :: HscEnv -> Name -> IO TyCon

    ghc 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

  8. 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.

  9. forkAltPair :: FCode a -> FCode a -> FCode (a, a)

    ghc GHC.StgToCmm.Monad

    No documentation available.

  10. forkAlts :: [FCode a] -> FCode [a]

    ghc GHC.StgToCmm.Monad

    No documentation available.

Page 25 of many | Previous | Next