Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. SuggestMoveNonCanonicalDefinition :: Name -> Name -> String -> GhcHint

    ghc-lib-parser GHC.Types.Hint

    Suggest moving a method implementation to a different instance to its superclass that defines the canonical version of the method.

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

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

    ghc-lib-parser GHC.Unit.State

    Injects an InstantiatedModule to Module (see also instUnitToUnit.

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

  5. BlockedIndefinitelyOnSTM :: BlockedIndefinitelyOnSTM

    ghc-lib-parser GHC.Utils.Exception

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

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

    ghc-lib-parser GHCi.Message

    Abandon evaluation of a statement after a breakpoint

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

    ghc-lib-parser GHCi.Message

    Evaluate a statement

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

    ghc-lib-parser GHCi.Message

    Resume evaluation of a statement after a breakpoint

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

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

    No documentation available.

Page 76 of many | Previous | Next