Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

    No documentation available.

  2. NoAssocTyLastVarInKind :: AssociatedTyLastVarInKind

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

    No documentation available.

  3. NoAssociatedTyNotParamOverLastTyVar :: AssociatedTyNotParamOverLastTyVar

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

    No documentation available.

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

  5. WildcardNotLastInConstraint :: BadAnonWildcardContext

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

    No documentation available.

  6. YesAssocTyLastVarInKind :: TyCon -> AssociatedTyLastVarInKind

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

    The associated type family of the class

  7. YesAssociatedTyNotParamOverLastTyVar :: TyCon -> AssociatedTyNotParamOverLastTyVar

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

    The associated type family of the class

  8. associatedTyLastVarInKind :: Maybe TyCon -> AssociatedTyLastVarInKind

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

    No documentation available.

  9. associatedTyNotParamOverLastTyVar :: Maybe TyCon -> AssociatedTyNotParamOverLastTyVar

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

    No documentation available.

  10. changeLast :: [a] -> a -> [a]

    ghc-lib-parser GHC.Utils.Misc

    Replace the last element of a list with another element.

Page 86 of many | Previous | Next