Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data DeriveAnyClassEnabled

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

    No documentation available.

  2. NoDeriveAnyClassEnabled :: DeriveAnyClassEnabled

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

    No documentation available.

  3. NotBoxedKindAny :: TypeCannotBeMarshaledReason

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

    No documentation available.

  4. TcRnSimplifierTooManyIterations :: Cts -> IntWithInf -> WantedConstraints -> TcRnMessage

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

    TcRnSimplifierTooManyIterations is an error that occurs whenever the constraint solver in the simplifier hits the iterations' limit. Examples(s): None. Test cases: None.

  5. TcRnTooManyBinders :: Kind -> [LHsTyVarBndr (HsBndrVis GhcRn) GhcRn] -> TcRnMessage

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

    TcRnTooManyBinders is an error for a type constructor that is declared with more arguments then its kind specifies. Example(s): type T :: Type -> (Type -> Type) -> Type data T a (b :: Type -> Type) x1 (x2 :: Type -> Type) Test cases: saksshould_failsaks_fail008

  6. TcRnTooManyTyArgsInConPattern :: ConLike -> Int -> Int -> TcRnMessage

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

    TcRnTooManyTyArgsInConPattern is an error occurring when a constructor pattern has more than the expected number of type arguments Example(s): f (Just Int Bool x) = x Test cases: typecheckshould_failTyAppPat_TooMany typecheckshould_failT20443b

  7. YesDeriveAnyClassEnabled :: DeriveAnyClassEnabled

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

    No documentation available.

  8. deriveAnyClassEnabled :: Bool -> DeriveAnyClassEnabled

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

    No documentation available.

  9. tcg_zany_n :: TcGblEnv -> TcRef Integer

    ghc-lib-parser GHC.Tc.Types

    A source of unique identities for ZonkAny instances See Note [Any types] in GHC.Builtin.Types, wrinkle (Any4)

  10. SynAny :: SyntaxOpType

    ghc-lib-parser GHC.Tc.Utils.TcType

    Any type

Page 158 of many | Previous | Next