Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. mkAsmTempDerivedLabel :: CLabel -> FastString -> CLabel

    ghc GHC.Cmm.CLabel

    No documentation available.

  2. isDerivedOccName :: OccName -> Bool

    ghc GHC.Plugins

    Test for definitions internally generated by GHC. This predicate is used to suppress printing of internal definitions in some debug prints

  3. isDerivedOccName :: OccName -> Bool

    ghc GHC.Plugins

    Test for definitions internally generated by GHC. This predicate is used to suppress printing of internal definitions in some debug prints

  4. mkDerivedInternalName :: (OccName -> OccName) -> Unique -> Name -> Name

    ghc GHC.Plugins

    No documentation available.

  5. CanDeriveAnyClass :: OriginativeDerivStatus

    ghc GHC.Tc.Deriv.Utils

    No documentation available.

  6. CanDeriveStock :: StockGenFns -> OriginativeDerivStatus

    ghc GHC.Tc.Deriv.Utils

    No documentation available.

  7. NFC_DerivedClassType :: NestedForallsContextsIn

    ghc GHC.Tc.Errors.Types

    Nested forall in deriving class type

  8. NFC_StandaloneDerivedInstanceHead :: NestedForallsContextsIn

    ghc GHC.Tc.Errors.Types

    Nested forall in a standalone deriving instance head

  9. NoDeriveAnyClassEnabled :: DeriveAnyClassEnabled

    ghc GHC.Tc.Errors.Types

    No documentation available.

  10. TcRnCannotDeriveInstance :: Class -> [Type] -> !Maybe (DerivStrategy GhcTc) -> UsingGeneralizedNewtypeDeriving -> DeriveInstanceErrReason -> TcRnMessage

    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

Page 87 of many | Previous | Next