1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Revert "Define a GSum instance for M1."

This reverts commit 30dad2da72.
This commit is contained in:
Rob Rix 2019-09-24 11:23:10 -04:00
parent 578223a17f
commit 2572900858
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -183,7 +183,3 @@ instance {-# OVERLAPPABLE #-}
class GSum t where
type Members t :: (* -> *)
gmembers :: t a -> Members t a
instance GSum f => GSum (M1 i c f) where
type Members (M1 i c f) = Members f
gmembers = gmembers . unM1