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.
-
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
SuggestMoveNonCanonicalDefinition :: Name -> Name -> String -> GhcHintghc GHC.Types.Hint Suggest moving a method implementation to a different instance to its superclass that defines the canonical version of the method.
SuggestMoveToDeclarationSite :: SDoc -> RdrName -> GhcHintghc 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.
instModuleToModule :: UnitState -> InstantiatedModule -> Moduleghc GHC.Unit.State Injects an InstantiatedModule to Module (see also instUnitToUnit.
-
ghc GHC.Utils.Exception No documentation available.
BlockedIndefinitelyOnSTM :: BlockedIndefinitelyOnSTMghc GHC.Utils.Exception No documentation available.
-
ghc GHC.Utils.Misc No documentation available.
-
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
BindStmt :: XBindStmt idL idR body -> LPat idL -> body -> StmtLR idL idR bodyghc Language.Haskell.Syntax.Expr No documentation available.
-
ghc Language.Haskell.Syntax.Expr No documentation available.