Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. NoAssocTyLastVarInKind :: AssociatedTyLastVarInKind

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

    No documentation available.

  2. NoAssociatedTyNotParamOverLastTyVar :: AssociatedTyNotParamOverLastTyVar

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

    No documentation available.

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

  4. WildcardNotLastInConstraint :: BadAnonWildcardContext

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

    No documentation available.

  5. YesAssocTyLastVarInKind :: TyCon -> AssociatedTyLastVarInKind

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

    The associated type family of the class

  6. YesAssociatedTyNotParamOverLastTyVar :: TyCon -> AssociatedTyNotParamOverLastTyVar

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

    The associated type family of the class

  7. associatedTyLastVarInKind :: Maybe TyCon -> AssociatedTyLastVarInKind

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

    No documentation available.

  8. associatedTyNotParamOverLastTyVar :: Maybe TyCon -> AssociatedTyNotParamOverLastTyVar

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

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Misc

    Replace the last element of a list with another element.

  10. sdocLastColour :: SDocContext -> !PprColour

    ghc-lib-parser GHC.Utils.Outputable

    The most recently used colour. This allows nesting colours.

Page 86 of many | Previous | Next