diff options
Diffstat (limited to 'testsuite/tests/module/mod84.hs')
-rw-r--r-- | testsuite/tests/module/mod84.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod84.hs b/testsuite/tests/module/mod84.hs new file mode 100644 index 0000000000..737cf7b14f --- /dev/null +++ b/testsuite/tests/module/mod84.hs @@ -0,0 +1,4 @@ +-- !!! Correct tycon import (explicit constructor list) +module M where +import Prelude(Either(Left,Right)) +x = (Left 'a', Right 'a') |