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. SuggestMissingDo :: GhcHint

    ghc GHC.Types.Hint

    Suggests that a monadic code block is probably missing a "do" keyword. Example: main = putStrLn "hello" putStrLn "world" Test case(s): parsershould_failT8501a, parsershould_failreadFail007, parsershould_failInfixAppPatErr, parsershould_failT984

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

    ghc GHC.Types.Hint

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

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

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

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

    ghc GHC.Unit.State

    Injects an InstantiatedModule to Module (see also instUnitToUnit.

  5. data BlockedIndefinitelyOnSTM

    ghc GHC.Utils.Exception

    No documentation available.

  6. BlockedIndefinitelyOnSTM :: BlockedIndefinitelyOnSTM

    ghc GHC.Utils.Exception

    No documentation available.

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

    ghc GHC.Utils.Misc

    No documentation available.

  8. ApplicativeStmt :: XApplicativeStmt idL idR body -> [(SyntaxExpr idR, ApplicativeArg idL)] -> Maybe (SyntaxExpr idR) -> StmtLR idL idR body

    ghc Language.Haskell.Syntax.Expr

    ApplicativeStmt represents an applicative expression built with <$> and <*>. It is generated by the renamer, and is desugared into the appropriate applicative expression by the desugarer, but it is intended to be invisible in error messages. For full details, see Note [ApplicativeDo] in GHC.Rename.Expr

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

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

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

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

Page 39 of many | Previous | Next