Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

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

  2. setProgramDynFlags :: GhcMonad m => DynFlags -> m Bool

    ghc GHC

    Sets the program DynFlags. Note: this invalidates the internal cached module graph, causing more work to be done the next time load is called. Returns a boolean indicating if preload units have changed and need to be reloaded.

  3. setSession :: GhcMonad m => HscEnv -> m ()

    ghc GHC

    No documentation available.

  4. setSessionDynFlags :: (HasCallStack, GhcMonad m) => DynFlags -> m ()

    ghc GHC

    No documentation available.

  5. setTargets :: GhcMonad m => [Target] -> m ()

    ghc GHC

    Sets the targets for this session. Each target may be a module name or a filename. The targets correspond to the set of root modules for the program/library. Unloading the current program is achieved by setting the current set of targets to be empty, followed by load.

  6. setTopSessionDynFlags :: GhcMonad m => DynFlags -> m ()

    ghc GHC

    No documentation available.

  7. setUnitDynFlags :: GhcMonad m => UnitId -> DynFlags -> m ()

    ghc GHC

    No documentation available.

  8. setupBreakpoint :: GhcMonad m => HscEnv -> BreakpointId -> Int -> m ()

    ghc GHC

    No documentation available.

  9. setFieldClassOpKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  10. setFieldName :: Name

    ghc GHC.Builtin.Names

    No documentation available.

Page 162 of many | Previous | Next