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

  2. forceModIface :: ModIface -> IO ()

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

    No documentation available.

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

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

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

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

  7. forwardPutRel_ :: WriteBinHandle -> (b -> IO a) -> IO b -> IO ()

    ghc-lib-parser GHC.Utils.Binary

    Like forwardGetRel, but discard the result.

  8. forwardPut_ :: WriteBinHandle -> (b -> IO a) -> IO b -> IO ()

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  9. formatBulleted :: DecoratedSDoc -> SDoc

    ghc-lib-parser GHC.Utils.Error

    Formats the input list of structured document, where each element of the list gets a bullet.

  10. forAllLit :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

Page 78 of many | Previous | Next