recursion-ninja pushed to branch wip/26699 at Glasgow Haskell Compiler / GHC
Commits:
-
5e2da544
by recursion-ninja at 2026-01-29T21:28:03+00:00
1 changed file:
Changes:
| ... | ... | @@ -5,8 +5,7 @@ |
| 5 | 5 | {-# OPTIONS_GHC -fno-warn-orphans #-}
|
| 6 | 6 | {- Necessary for the following instances:
|
| 7 | 7 | * (type class): Binary OverlapMode
|
| 8 | - * (type family): XOverlapMode (GhcPass p)
|
|
| 9 | - * (type family): XXOverlapMode (GhcPass p)
|
|
| 8 | + * (type class): NFData OverlapMode
|
|
| 10 | 9 | -}
|
| 11 | 10 | |
| 12 | 11 | {- |
|