Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mkInteractiveHscEnv :: HscEnv -> HscEnv

    ghc-lib-parser GHC.Driver.Env

    Switches in the DynFlags and Plugins from the InteractiveContext

  2. runInteractiveHsc :: HscEnv -> Hsc a -> IO a

    ghc-lib-parser GHC.Driver.Env

    A variant of runHsc that switches in the DynFlags and Plugins from the InteractiveContext before running the Hsc computation.

  3. emptyInteractiveContext :: DynFlags -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    Constructs an empty InteractiveContext.

  4. extendInteractiveContext :: InteractiveContext -> [TyThing] -> InstEnv -> [FamInst] -> DefaultEnv -> FixityEnv -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    extendInteractiveContext is called with new TyThings recently defined to update the InteractiveContext to include them. By putting new things first, unqualified use will pick the most recently defined thing with a given name, while still keeping the old names in scope in their qualified form (Ghci1.foo).

  5. extendInteractiveContextWithIds :: InteractiveContext -> [Id] -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  6. icInteractiveModule :: InteractiveContext -> Module

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  7. setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  8. substInteractiveContext :: InteractiveContext -> Subst -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  9. MCInteractive :: MessageClass

    ghc-lib-parser GHC.Types.Error

    No documentation available.

  10. UnhelpfulInteractive :: UnhelpfulSpanReason

    ghc-lib-parser GHC.Types.SrcLoc

    No documentation available.

Page 25 of many | Previous | Next