summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_run/T15415.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_run/T15415.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_run/T15415.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_run/T15415.stderr b/testsuite/tests/partial-sigs/should_run/T15415.stderr
index c11d54e322..daa791ffa4 100644
--- a/testsuite/tests/partial-sigs/should_run/T15415.stderr
+++ b/testsuite/tests/partial-sigs/should_run/T15415.stderr
@@ -1,8 +1,8 @@
<interactive>:1:7: error:
Found type wildcard ‘_’ standing for ‘w0 :: k0’
- Where: ‘w0’ is an ambiguous type variable
- ‘k0’ is an ambiguous type variable
+ Where: ‘k0’ is an ambiguous type variable
+ ‘w0’ is an ambiguous type variable
To use the inferred type, enable PartialTypeSignatures
<interactive>:1:17: error:
@@ -16,8 +16,8 @@
<interactive>:1:7: warning: [-Wpartial-type-signatures (in -Wdefault)]
Found type wildcard ‘_’ standing for ‘w0 :: k0’
- Where: ‘w0’ is an ambiguous type variable
- ‘k0’ is an ambiguous type variable
+ Where: ‘k0’ is an ambiguous type variable
+ ‘w0’ is an ambiguous type variable
<interactive>:1:17: warning: [-Wpartial-type-signatures (in -Wdefault)]
Found type wildcard ‘_’ standing for ‘* -> *’