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.
-
ghc GHC.Tc.Types.Origin A position in which a type variable appears in a type; in particular, whether it appears in a positive or a negative position.
-
ghc GHC.Tc.Types.Origin No documentation available.
ProvCtxtOrigin :: PatSynBind GhcRn GhcRn -> CtOriginghc GHC.Tc.Types.Origin No documentation available.
-
ghc GHC.Tc.Types.TH No documentation available.
PCF_Size :: PatersonCondFailureghc GHC.Tc.Utils.TcType No documentation available.
PCF_TyFam :: TyCon -> PatersonCondFailureghc GHC.Tc.Utils.TcType P contains a type family. See (PC3) in Note [Paterson conditions] in GHC.Tc.Validity.
PCF_TyVar :: [TyVar] -> PatersonCondFailureghc GHC.Tc.Utils.TcType Some type variables occur more often in P than in H. See (PC1) in Note [Paterson conditions] in GHC.Tc.Validity.
PS_TyFam :: TyCon -> PatersonSizeghc GHC.Tc.Utils.TcType The type mentions a type family, so the size could be anything.
PS_Vanilla :: [TyVar] -> Int -> PatersonSizeghc GHC.Tc.Utils.TcType The type does not mention a type family.
-
ghc GHC.Tc.Utils.TcType Why did the Paterson conditions fail; that is, why was the context P not Paterson-smaller than the head H? See Note [Paterson conditions] in GHC.Tc.Validity.