summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5331.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T5331.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/T5331.stderr18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T5331.stderr b/testsuite/tests/rename/should_compile/T5331.stderr
new file mode 100644
index 0000000000..36261c539d
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T5331.stderr
@@ -0,0 +1,18 @@
+
+T5331.hs:9:32:
+ Warning: Unused quantified type variable `a'
+ In the type `forall a. Eq (T Int)'
+ In a SPECIALISE instance pragma
+
+T5331.hs:11:17:
+ Warning: Unused quantified type variable `a'
+ In the definition of data constructor `S1'
+
+T5331.hs:14:16:
+ Warning: Unused quantified type variable `a'
+ In the definition of data constructor `W1'
+
+T5331.hs:16:13:
+ Warning: Unused quantified type variable `a'
+ In the type `forall a. Int'
+ In the type signature for `f'