Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. SuggestMoveToDeclarationSite :: SDoc -> RdrName -> GhcHint

    ghc-lib-parser GHC.Types.Hint

    Something is split off from its corresponding declaration. For example, a datatype is given a role declaration in a different module. Test cases: T495, T8485, T2713, T5533.

  2. instModuleToModule :: UnitState -> InstantiatedModule -> Module

    ghc-lib-parser GHC.Unit.State

    Injects an InstantiatedModule to Module (see also instUnitToUnit.

  3. data BlockedIndefinitelyOnSTM

    ghc-lib-parser GHC.Utils.Exception

    The thread is waiting to retry an STM transaction, but there are no other references to any TVars involved, so it can't ever continue.

  4. BlockedIndefinitelyOnSTM :: BlockedIndefinitelyOnSTM

    ghc-lib-parser GHC.Utils.Exception

    No documentation available.

  5. lastMaybe :: [a] -> Maybe a

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  6. AbandonStmt :: RemoteRef (ResumeContext [HValueRef]) -> Message ()

    ghc-lib-parser GHCi.Message

    Abandon evaluation of a statement after a breakpoint

  7. EvalStmt :: EvalOpts -> EvalExpr HValueRef -> Message (EvalStatus_ [HValueRef] [HValueRef])

    ghc-lib-parser GHCi.Message

    Evaluate a statement

  8. ResumeStmt :: EvalOpts -> RemoteRef (ResumeContext [HValueRef]) -> Message (EvalStatus_ [HValueRef] [HValueRef])

    ghc-lib-parser GHCi.Message

    Resume evaluation of a statement after a breakpoint

  9. BindStmt :: XBindStmt idL idR body -> LPat idL -> body -> StmtLR idL idR body

    ghc-lib-parser Language.Haskell.Syntax.Expr

    No documentation available.

  10. BodyStmt :: XBodyStmt idL idR body -> body -> SyntaxExpr idR -> SyntaxExpr idR -> StmtLR idL idR body

    ghc-lib-parser Language.Haskell.Syntax.Expr

    No documentation available.

Page 76 of many | Previous | Next