diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail003.stdout')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail003.stdout | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail003.stdout b/testsuite/tests/parser/should_fail/readFail003.stdout new file mode 100644 index 0000000000..e1291a62a7 --- /dev/null +++ b/testsuite/tests/parser/should_fail/readFail003.stdout @@ -0,0 +1,11 @@ + +==================== Parser ==================== +module Read003 where +~(a, b, c) + | nullity b = a + | nullity c = a + | otherwise = a + where + nullity = null + + |