summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc134.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc134.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc134.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc134.stderr b/testsuite/tests/typecheck/should_compile/tc134.stderr
new file mode 100644
index 0000000000..1bf70204eb
--- /dev/null
+++ b/testsuite/tests/typecheck/should_compile/tc134.stderr
@@ -0,0 +1,5 @@
+
+tc134.hs:11:2:
+ The scoped type variable `a' is bound to the type `Int'
+ You can only bind scoped type variables to type variables
+ In the definition of `g': g x :: a = x :: a