Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
alr_last_loc :: PState -> PsSpanghc-lib-parser GHC.Parser.Lexer No documentation available.
setLastToken :: PsSpan -> Int -> P ()ghc-lib-parser GHC.Parser.Lexer No documentation available.
data
AssociatedTyLastVarInKind ghc-lib-parser GHC.Tc.Errors.Types If YesAssocTyLastVarInKind, the associated type of a typeclass contains the last type variable of the class in a kind, which is not (yet) allowed by GHC.
data
AssociatedTyNotParamOverLastTyVar ghc-lib-parser GHC.Tc.Errors.Types If NoAssociatedTyNotParamOverLastTyVar, the associated type of a typeclass is not parameterized over the last type variable of the class
DerivErrLastArgMustBeApp :: DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types Last arg must be newtype or data application
IllegalLastStatement :: HsDoFlavour -> !LStmt GhcPs (LHsExpr GhcPs) -> ConversionFailReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
NoAssocTyLastVarInKind :: AssociatedTyLastVarInKindghc-lib-parser GHC.Tc.Errors.Types No documentation available.
NoAssociatedTyNotParamOverLastTyVar :: AssociatedTyNotParamOverLastTyVarghc-lib-parser GHC.Tc.Errors.Types No documentation available.
TcRnLastStmtNotExpr :: HsStmtContextRn -> UnexpectedStatement -> TcRnMessageghc-lib-parser GHC.Tc.Errors.Types TcRnLastStmtNotExpr is an error caused by the last statement in a statement block not being an expression. Example(s): do x <- pure () do let x = 5 Test cases: renameshould_failT6060 parsershould_failT3811g parsershould_failreadFail028
WildcardNotLastInConstraint :: BadAnonWildcardContextghc-lib-parser GHC.Tc.Errors.Types No documentation available.