diff options
author | Reiner Pope <reiner.pope@gmail.com> | 2011-07-23 16:21:58 +1000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-07-25 14:20:49 +0100 |
commit | fcaa1f52797043611772fe33a71681dc8633ffd4 (patch) | |
tree | a95d76eae7a1a9805a4e51b4edcd3394285c4347 /testsuite/tests/th/TH_unresolvedInfix.stdout | |
parent | f42770ddfba6957a5578e23c809955d1029123c6 (diff) | |
download | haskell-fcaa1f52797043611772fe33a71681dc8633ffd4.tar.gz |
Test unresolved infix expressions and patterns
Diffstat (limited to 'testsuite/tests/th/TH_unresolvedInfix.stdout')
-rw-r--r-- | testsuite/tests/th/TH_unresolvedInfix.stdout | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/testsuite/tests/th/TH_unresolvedInfix.stdout b/testsuite/tests/th/TH_unresolvedInfix.stdout new file mode 100644 index 0000000000..9ef0da4f79 --- /dev/null +++ b/testsuite/tests/th/TH_unresolvedInfix.stdout @@ -0,0 +1,46 @@ +(N :+ (N :* N)) +(N :+ (N :* N)) +((N :+ N) :+ N) +((N :+ N) :+ N) +((N :+ N) :+ N) +((N :+ N) :+ N) +((N :+ N) :+ N) +((N :+ N) :+ N) +(N :+ (N :* N)) +((N :+ N) :* N) +(N :+ (N :+ N)) +((N :+ N) :+ N) +(((N :+ N) :* N) :+ N) +(N :+ (N :* (N :+ N))) +((N :+ N) :* (N :+ N)) +((N :+ N) :* (N :+ N)) +((N :+ (N :* N)) :+ (N :* N)) +((N :+ N) :* (N :+ N)) +((N :+ (N :* N)) :+ N) +((N :+ N) :+ N) +(N :+ (N :+ N)) +(N :* (N :+ N)) +True +True +True +True +True +True +True +True +True +True +True +True +True +True +True +True +InfixE (Just (InfixE (Just (ConE TH_unresolvedInfix_Lib.N)) (ConE TH_unresolvedInfix_Lib.:*) (Just (ConE TH_unresolvedInfix_Lib.N)))) (ConE TH_unresolvedInfix_Lib.:+) (Just (ConE TH_unresolvedInfix_Lib.N)) +InfixE (Just (InfixE (Just (ConE TH_unresolvedInfix_Lib.N)) (ConE TH_unresolvedInfix_Lib.:*) (Just (ConE TH_unresolvedInfix_Lib.N)))) (ConE TH_unresolvedInfix_Lib.:+) (Just (ConE TH_unresolvedInfix_Lib.N)) +InfixP (InfixP (ConP TH_unresolvedInfix_Lib.N []) TH_unresolvedInfix_Lib.:* (ConP TH_unresolvedInfix_Lib.N [])) TH_unresolvedInfix_Lib.:+ (ConP TH_unresolvedInfix_Lib.N []) +InfixP (InfixP (ConP TH_unresolvedInfix_Lib.N []) TH_unresolvedInfix_Lib.:* (ConP TH_unresolvedInfix_Lib.N [])) TH_unresolvedInfix_Lib.:+ (ConP TH_unresolvedInfix_Lib.N []) +N :+ (N :+ N :+ N) +(N) +N :+ (N :+ N :+ N) +(N) |