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:
parent
8959d4d1d6
commit
a644674a54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user