Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. getInteractiveDynFlags :: GhcMonad m => m DynFlags

    ghc-lib GHC

    Get the DynFlags used to evaluate interactive expressions.

  2. runTcInteractive :: HscEnv -> TcRn a -> IO (Messages TcRnMessage, Maybe a)

    ghc-lib GHC

    No documentation available.

  3. setInteractiveDynFlags :: GhcMonad m => DynFlags -> m ()

    ghc-lib GHC

    Set the DynFlags used to evaluate interactive expressions. Also initialise (load) plugins. Note: this cannot be used for changes to packages. Use setSessionDynFlags, or setProgramDynFlags and then copy the unitState into the interactive DynFlags.

  4. lintInteractiveExpr :: SDoc -> HscEnv -> CoreExpr -> IO ()

    ghc-lib GHC.Driver.Config.Core.Lint.Interactive

    No documentation available.

  5. data CgInteractiveGuts

    ghc-lib GHC.Driver.Main

    No documentation available.

  6. hscInteractive :: HscEnv -> CgInteractiveGuts -> ModLocation -> IO (Maybe FilePath, CompiledByteCode)

    ghc-lib GHC.Driver.Main

    No documentation available.

  7. mkCgInteractiveGuts :: CgGuts -> CgInteractiveGuts

    ghc-lib GHC.Driver.Main

    No documentation available.

  8. newInteractiveBinder :: HscEnv -> OccName -> SrcSpan -> IO Name

    ghc-lib GHC.Iface.Env

    No documentation available.

  9. runTcInteractive :: HscEnv -> TcRn a -> IO (Messages TcRnMessage, Maybe a)

    ghc-lib GHC.Tc.Module

    No documentation available.

  10. simplifyInteractive :: WantedConstraints -> TcM (Bag EvBind)

    ghc-lib GHC.Tc.Solver

    No documentation available.

Page 42 of many | Previous | Next