Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
InstHeadTySynArgs :: IllegalInstanceHeadReasonghc GHC.Tc.Errors.Types Instance head was headed by a type synonym. Example: type MyInt = Int class C a where {..} instance C MyInt where {..} Test cases: drvfail015, mod42, TidyClassKinds, tcfail139
InvalidTypeInstanceHeader :: Type -> ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
NFC_InstanceHead :: NestedForallsContextsInghc GHC.Tc.Errors.Types Nested forall in an instance head
NFC_StandaloneDerivedInstanceHead :: NestedForallsContextsInghc GHC.Tc.Errors.Types Nested forall in a standalone deriving instance head
SCD_HeadTyFam :: PredType -> SuperclassCycleDetailghc GHC.Tc.Errors.Types No documentation available.
SCD_HeadTyVar :: PredType -> SuperclassCycleDetailghc GHC.Tc.Errors.Types No documentation available.
TcRnBadQuantPredHead :: Type -> TcRnMessageghc GHC.Tc.Errors.Types TcRnBadQuantPredHead is an error that occurs whenever a quantified predicate lacks a class or type variable head. Examples(s): class (forall a. A t a => A t [a]) => B t where type A t a :: Constraint Test cases: quantified-constraints/T16474
addHeadCtxt :: AppCtxt -> TcM a -> TcM aghc GHC.Tc.Gen.Head No documentation available.
tcInferAppHead :: (HsExpr GhcRn, AppCtxt) -> TcM (HsExpr GhcTc, TcSigmaType)ghc GHC.Tc.Gen.Head No documentation available.
tcInferAppHead_maybe :: HsExpr GhcRn -> TcM (Maybe (HsExpr GhcTc, TcSigmaType))ghc GHC.Tc.Gen.Head No documentation available.