mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Remove otiose Listable instances for App and AppMerge.
This commit is contained in:
parent
a2a757c9f5
commit
89b0b4ca45
@ -230,12 +230,6 @@ instance Listable Language.Language where
|
||||
\/ cons0 Language.Ruby
|
||||
\/ cons0 Language.TypeScript
|
||||
|
||||
instance Listable (f a) => Listable (App f a) where
|
||||
tiers = cons1 App
|
||||
|
||||
instance Listable (f a) => Listable (AppMerge f a) where
|
||||
tiers = cons1 AppMerge
|
||||
|
||||
instance Listable Loc where
|
||||
tiers = cons2 Loc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user