Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isDerivedOccName :: OccName -> Boolghc GHC.Plugins Test for definitions internally generated by GHC. This predicate is used to suppress printing of internal definitions in some debug prints
isDerivedOccName :: OccName -> Boolghc GHC.Plugins Test for definitions internally generated by GHC. This predicate is used to suppress printing of internal definitions in some debug prints
mkDerivedInternalName :: (OccName -> OccName) -> Unique -> Name -> Nameghc GHC.Plugins No documentation available.
CanDeriveAnyClass :: OriginativeDerivStatusghc GHC.Tc.Deriv.Utils No documentation available.
CanDeriveStock :: StockGenFns -> OriginativeDerivStatusghc GHC.Tc.Deriv.Utils No documentation available.
NFC_DerivedClassType :: NestedForallsContextsInghc GHC.Tc.Errors.Types Nested forall in deriving class type
NFC_StandaloneDerivedInstanceHead :: NestedForallsContextsInghc GHC.Tc.Errors.Types Nested forall in a standalone deriving instance head
NoDeriveAnyClassEnabled :: DeriveAnyClassEnabledghc GHC.Tc.Errors.Types No documentation available.
-
ghc GHC.Tc.Errors.Types TcRnCannotDeriveInstance is an error that occurs every time a typeclass instance can't be derived. The DeriveInstanceErrReason will contain the specific reason this error arose. Example(s): None. Test cases: genericsT10604T10604_no_PolyKinds derivingshould_faildrvfail009 derivingshould_faildrvfail-functor2 derivingshould_failT10598_fail3 derivingshould_failderiving-via-fail2 derivingshould_failderiving-via-fail derivingshould_failT16181
YesDeriveAnyClassEnabled :: DeriveAnyClassEnabledghc GHC.Tc.Errors.Types No documentation available.