mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
Define a Listable1 instance over Listable leaf => Syntax leaf.
This commit is contained in:
parent
15bc5d2cda
commit
7676e162cb
@ -164,3 +164,6 @@ instance Listable2 Syntax where
|
||||
\/ liftCons1 recur Break
|
||||
\/ liftCons1 recur Continue
|
||||
\/ liftCons1 (liftTiers recur) BlockStatement
|
||||
|
||||
instance Listable leaf => Listable1 (Syntax leaf) where
|
||||
liftTiers = liftTiers2 tiers
|
||||
|
Loading…
Reference in New Issue
Block a user