diff options
Diffstat (limited to 'testsuite/tests/gadt/gadt10.stderr')
-rw-r--r-- | testsuite/tests/gadt/gadt10.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/gadt/gadt10.stderr b/testsuite/tests/gadt/gadt10.stderr new file mode 100644 index 0000000000..100c84bab7 --- /dev/null +++ b/testsuite/tests/gadt/gadt10.stderr @@ -0,0 +1,7 @@ + +gadt10.hs:6:24: + `RInt' is not applied to enough type arguments + Expected kind `?', but `RInt' has kind `k0 -> *' + In the type `RInt' + In the definition of data constructor `R' + In the data type declaration for `RInt' |