mirror of
https://github.com/github/semantic.git
synced 2025-01-02 12:23:08 +03:00
Define a Listable instance over Syntax leaf recur.
This commit is contained in:
parent
7676e162cb
commit
c6b3025635
@ -167,3 +167,6 @@ instance Listable2 Syntax where
|
||||
|
||||
instance Listable leaf => Listable1 (Syntax leaf) where
|
||||
liftTiers = liftTiers2 tiers
|
||||
|
||||
instance (Listable leaf, Listable recur) => Listable (Syntax leaf recur) where
|
||||
tiers = tiers1
|
||||
|
Loading…
Reference in New Issue
Block a user