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. setOccNameSpace :: NameSpace -> OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  2. setOneShotLambda :: Id -> Id

    ghc GHC.Plugins

    No documentation available.

  3. setBit :: Bits a => a -> Int -> a

    ghc GHC.Prelude.Basic

    No documentation available.

  4. setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext

    ghc GHC.Runtime.Context

    No documentation available.

  5. setContext :: GhcMonad m => [InteractiveImport] -> m ()

    ghc GHC.Runtime.Eval

    Set the interactive evaluation context. (setContext imports) sets the ic_imports field (which in turn determines what is in scope at the prompt) to imports, and updates the icReaderEnv environment to reflect it. We retain in scope all the things defined at the prompt, and kept in ic_tythings. (Indeed, they shadow stuff from ic_imports.)

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

    ghc GHC.Runtime.Eval

    No documentation available.

  7. setRealHp :: VirtualHpOffset -> FCode ()

    ghc GHC.StgToCmm.Heap

    No documentation available.

  8. setVirtHp :: VirtualHpOffset -> FCode ()

    ghc GHC.StgToCmm.Heap

    No documentation available.

  9. setBinds :: CgBindings -> FCode ()

    ghc GHC.StgToCmm.Monad

    No documentation available.

  10. setHpUsage :: HeapUsage -> FCode ()

    ghc GHC.StgToCmm.Monad

    No documentation available.

Page 173 of many | Previous | Next