summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail136.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail136.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail136.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail136.stderr b/testsuite/tests/typecheck/should_fail/tcfail136.stderr
new file mode 100644
index 0000000000..cdeff3c8a5
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail136.stderr
@@ -0,0 +1,7 @@
+
+tcfail136.hs:9:35:
+ `SymDict' is not applied to enough type arguments
+ Expected kind `?', but `SymDict' has kind `* -> *'
+ In the type `SymDict'
+ In the definition of data constructor `SymTable'
+ In the data type declaration for `SymTable'