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.

  1. alr_last_loc :: PState -> PsSpan

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  2. setLastToken :: PsSpan -> Int -> P ()

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

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

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

  5. DerivErrLastArgMustBeApp :: DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    Last arg must be newtype or data application

  6. IllegalLastStatement :: HsDoFlavour -> !LStmt GhcPs (LHsExpr GhcPs) -> ConversionFailReason

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  7. NoAssocTyLastVarInKind :: AssociatedTyLastVarInKind

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  8. NoAssociatedTyNotParamOverLastTyVar :: AssociatedTyNotParamOverLastTyVar

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  9. TcRnLastStmtNotExpr :: HsStmtContextRn -> UnexpectedStatement -> TcRnMessage

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

  10. WildcardNotLastInConstraint :: BadAnonWildcardContext

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

Page 85 of many | Previous | Next