1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

Fix -Wredundant-constraints warning

This commit is contained in:
Jan Hrček 2019-06-14 15:56:07 +02:00
parent 8959d4d1d6
commit a644674a54

View File

@ -225,7 +225,6 @@ blankDiff = merge (Nothing, Nothing) (inject [ inserting (termIn Nothing (inject
-- Diff helpers
diffWithParser :: ( Eq1 syntax
, Show1 syntax
, Traversable syntax
, Diffable syntax
, HasDeclaration syntax
@ -233,7 +232,6 @@ diffWithParser :: ( Eq1 syntax
, Member Distribute sig
, Member Task sig
, Carrier sig m
, Monad m
)
=> Parser (Term syntax Location)
-> BlobPair