summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T515.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_compile/T515.stderr')
-rw-r--r--testsuite/tests/parser/should_compile/T515.stderr18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_compile/T515.stderr b/testsuite/tests/parser/should_compile/T515.stderr
new file mode 100644
index 0000000000..dde5d47b0e
--- /dev/null
+++ b/testsuite/tests/parser/should_compile/T515.stderr
@@ -0,0 +1,18 @@
+
+T515.lhs:6:3: warning: [-Wmissing-signatures (in -Wall)]
+ Top-level binding with no type signature: a :: Integer
+
+T515.lhs:6:7: warning: [-Wtype-defaults (in -Wall)]
+ Defaulting the following constraint to type ‘Integer’
+ Num p0 arising from the literal ‘1’
+ In the expression: 1
+ In an equation for ‘a’: a = 1
+
+T515.lhs:7:3: warning: [-Wmissing-signatures (in -Wall)]
+ Top-level binding with no type signature: b :: Integer
+
+T515.lhs:7:7: warning: [-Wtype-defaults (in -Wall)]
+ Defaulting the following constraint to type ‘Integer’
+ Num p0 arising from the literal ‘2’
+ In the expression: 2
+ In an equation for ‘b’: b = 2