mirror of
https://github.com/github/semantic.git
synced 2025-01-02 04:10:29 +03:00
Explicitly list the type parameters for diffWith.
This commit is contained in:
parent
5cee2da207
commit
85509fa339
@ -220,7 +220,8 @@ infixl 9 &
|
||||
instance (c1 term, c2 term) => (c1 & c2) term
|
||||
|
||||
diffWith
|
||||
:: DiffEffects sig m
|
||||
:: forall ann c output m sig
|
||||
. DiffEffects sig m
|
||||
=> [(Language, SomeParser (DiffTerms & c) Loc)]
|
||||
-> (forall term . c term => Blob -> term Loc -> term ann)
|
||||
-> (forall term . c term => DiffFor term ann ann -> m output)
|
||||
|
Loading…
Reference in New Issue
Block a user