summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T12447.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T12447.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T12447.stdout4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T12447.stdout b/testsuite/tests/ghci/scripts/T12447.stdout
index 6c469eeef3..7a64e1546d 100644
--- a/testsuite/tests/ghci/scripts/T12447.stdout
+++ b/testsuite/tests/ghci/scripts/T12447.stdout
@@ -1,3 +1,3 @@
deferEither @(_ ~ _)
- :: (Typeable w1, Typeable w2) =>
- proxy (w1 ~ w2) -> ((w1 ~ w2) => r) -> Either String r
+ :: (Typeable _1, Typeable _2) =>
+ proxy (_1 ~ _2) -> ((_1 ~ _2) => r) -> Either String r