summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T13202a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T13202a.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T13202a.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T13202a.stderr b/testsuite/tests/ghci/scripts/T13202a.stderr
index 93bc2bb3ef..8b1851f175 100644
--- a/testsuite/tests/ghci/scripts/T13202a.stderr
+++ b/testsuite/tests/ghci/scripts/T13202a.stderr
@@ -3,4 +3,4 @@
• Non type-variable argument in the constraint: HasField "name" r a
(Use FlexibleContexts to permit this)
• When checking the inferred type
- foo :: forall r a. HasField "name" r a => r -> a
+ foo :: forall {r} {a}. HasField "name" r a => r -> a