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. data AssociatedTyNotParamOverLastTyVar

    ghc GHC.Tc.Errors.Types

    If NoAssociatedTyNotParamOverLastTyVar, the associated type of a typeclass is not parameterized over the last type variable of the class

  2. DerivErrLastArgMustBeApp :: DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    Last arg must be newtype or data application

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

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. NoAssocTyLastVarInKind :: AssociatedTyLastVarInKind

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. NoAssociatedTyNotParamOverLastTyVar :: AssociatedTyNotParamOverLastTyVar

    ghc GHC.Tc.Errors.Types

    No documentation available.

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

    ghc 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

  7. WildcardNotLastInConstraint :: BadAnonWildcardContext

    ghc GHC.Tc.Errors.Types

    No documentation available.

  8. YesAssocTyLastVarInKind :: TyCon -> AssociatedTyLastVarInKind

    ghc GHC.Tc.Errors.Types

    The associated type family of the class

  9. YesAssociatedTyNotParamOverLastTyVar :: TyCon -> AssociatedTyNotParamOverLastTyVar

    ghc GHC.Tc.Errors.Types

    The associated type family of the class

  10. associatedTyLastVarInKind :: Maybe TyCon -> AssociatedTyLastVarInKind

    ghc GHC.Tc.Errors.Types

    No documentation available.

Page 69 of many | Previous | Next