1
1
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:
Rob Rix 2019-10-02 13:21:08 -04:00
parent 5cee2da207
commit 85509fa339
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

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