mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
Define GSequenceable over M1.
This commit is contained in:
parent
9a94dddd2b
commit
3913e078f4
@ -25,3 +25,6 @@ instance GSequenceable (K1 i c) where
|
||||
|
||||
instance GSequenceable f => GSequenceable (Rec1 f) where
|
||||
gsequenceAlt (Rec1 a) = Rec1 <$> gsequenceAlt a
|
||||
|
||||
instance GSequenceable f => GSequenceable (M1 i c f) where
|
||||
gsequenceAlt (M1 a) = M1 <$> gsequenceAlt a
|
||||
|
Loading…
Reference in New Issue
Block a user