recursion-ninja pushed to branch wip/26699 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Hs/Decls/Overlap.hs
    ... ... @@ -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
     {- |