Teo Camarasu pushed to branch wip/T26859 at Glasgow Haskell Compiler / GHC
Commits:
-
bf1b9d51
by Teo Camarasu at 2026-02-03T12:34:14+00:00
1 changed file:
Changes:
| ... | ... | @@ -37,7 +37,7 @@ import GHC.Internal.Num |
| 37 | 37 | import GHC.Internal.Read
|
| 38 | 38 | import GHC.Internal.Real (Fractional, Real, RealFrac)
|
| 39 | 39 | import GHC.Internal.Show
|
| 40 | -import GHC.Internal.Generics
|
|
| 40 | +--import GHC.Internal.Generics
|
|
| 41 | 41 | import GHC.Internal.Data.Foldable
|
| 42 | 42 | import GHC.Internal.Data.Traversable
|
| 43 | 43 | import GHC.Internal.Control.Monad.Zip
|
| ... | ... | @@ -90,11 +90,11 @@ newtype Down a = Down |
| 90 | 90 | , RealFrac -- ^ @since base-4.14.0.0
|
| 91 | 91 | , RealFloat -- ^ @since base-4.14.0.0
|
| 92 | 92 | , Storable -- ^ @since base-4.14.0.0
|
| 93 | - , Generic -- ^ @since base-4.12.0.0
|
|
| 93 | +-- , Generic -- ^ @since base-4.12.0.0
|
|
| 94 | 94 | )
|
| 95 | 95 | |
| 96 | 96 | -- | @since base-4.12.0.0
|
| 97 | -deriving instance Generic1 Down
|
|
| 97 | +--deriving instance Generic1 Down
|
|
| 98 | 98 | |
| 99 | 99 | -- | @since base-4.12.0.0
|
| 100 | 100 | deriving instance Foldable Down
|