1
1
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:
Patrick Thomson 2019-09-25 16:59:45 -04:00
parent a2a757c9f5
commit 89b0b4ca45

View File

@ -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