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.

  1. forallVisTName :: Name

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

  2. formatInBytes :: Format -> Int

    ghc-lib GHC.CmmToAsm.Format

    No documentation available.

  3. formatToWidth :: Format -> Width

    ghc-lib GHC.CmmToAsm.Format

    Get the Width of a Format.

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

    ghc-lib GHC.Plugins

    Force an OccEnv with the provided function.

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

    ghc-lib GHC.Plugins

    Force an OccEnv with the provided function.

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

    ghc-lib GHC.Runtime.Eval

    No documentation available.

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

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

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

    ghc-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

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

Page 211 of many | Previous | Next