mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
Define GSequenceable over Par1.
This commit is contained in:
parent
7203942df2
commit
5b36bf1507
@ -13,3 +13,6 @@ class GSequenceable t where
|
||||
|
||||
instance GSequenceable U1 where
|
||||
gsequenceAlt _ = pure U1
|
||||
|
||||
instance GSequenceable Par1 where
|
||||
gsequenceAlt (Par1 a) = Par1 <$> a
|
||||
|
Loading…
Reference in New Issue
Block a user