Teo Camarasu pushed to branch wip/T26859 at Glasgow Haskell Compiler / GHC
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
-
a1a1fe26
by Teo Camarasu at 2026-01-31T02:11:59+00:00
1 changed file:
Changes:
| ... | ... | @@ -41,7 +41,7 @@ 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
|
| 44 | -import GHC.Internal.Data.Data
|
|
| 44 | +--import GHC.Internal.Data.Data
|
|
| 45 | 45 | |
| 46 | 46 | -- $setup
|
| 47 | 47 | -- >>> import Prelude
|
| ... | ... | @@ -173,7 +173,7 @@ instance Monad Down where |
| 173 | 173 | Down a >>= k = k a
|
| 174 | 174 | |
| 175 | 175 | -- | @since base-4.12.0.0
|
| 176 | -deriving instance Data a => Data (Down a)
|
|
| 176 | +--deriving instance Data a => Data (Down a)
|
|
| 177 | 177 | |
| 178 | 178 | -- |
|
| 179 | 179 | -- > comparing p x y = compare (p x) (p y)
|