diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-02 16:34:53 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-02 16:34:53 +0000 |
commit | fdf6cc72891014f61123ab0234fb7cbf21256013 (patch) | |
tree | 031332ed7b71163739abf17fc968876a48677cb2 /testsuite/tests/th/T1849.stdout | |
parent | 4ff945c7f5c64cd75f751a81644ed776770d3023 (diff) | |
download | haskell-fdf6cc72891014f61123ab0234fb7cbf21256013.tar.gz |
Add a test for #1849
Diffstat (limited to 'testsuite/tests/th/T1849.stdout')
-rw-r--r-- | testsuite/tests/th/T1849.stdout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/th/T1849.stdout b/testsuite/tests/th/T1849.stdout new file mode 100644 index 0000000000..3d48e778a5 --- /dev/null +++ b/testsuite/tests/th/T1849.stdout @@ -0,0 +1,6 @@ +AppT (AppT ArrowT (ConT GHC.Types.Int)) (ConT GHC.Types.Int) +True +AppT ListT (ConT GHC.Types.Int) +True +AppT (AppT (TupleT 2) (ConT GHC.Types.Int)) (ConT GHC.Types.Int) +True |