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.

  1. foreignRefSafety :: ForeignJSRef -> !Safety

    ghc-lib-parser GHC.StgToJS.Types

    No documentation available.

  2. foreignRefSrcSpan :: ForeignJSRef -> !FastString

    ghc-lib-parser GHC.StgToJS.Types

    No documentation available.

  3. forAllCycleBreakerBindings_ :: Monad m => CycleBreakerVarStack -> (TcTyVar -> TcType -> m ()) -> m ()

    ghc-lib-parser GHC.Tc.Solver.InertSet

    Perform a monadic operation on all pairs in the top environment in the stack.

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

    ghc-lib-parser GHC.Types.Name.Occurrence

    Force an OccEnv with the provided function.

  5. forceGlobalRdrEnv :: GlobalRdrEnvX info -> IfGlobalRdrEnv

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

  6. forceModIface :: ModIface -> IO ()

    ghc-lib-parser GHC.Unit.Module.ModIface

    No documentation available.

  7. forwardGet :: ReadBinHandle -> IO a -> IO a

    ghc-lib-parser GHC.Utils.Binary

    Read a value stored using a forward reference The forward reference is expected to be an absolute offset.

  8. forwardGetRel :: ReadBinHandle -> IO a -> IO a

    ghc-lib-parser GHC.Utils.Binary

    Read a value stored using a forward reference. The forward reference is expected to be a relative offset.

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

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

Page 78 of many | Previous | Next