diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-12-05 08:34:22 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-12-05 08:34:22 +0000 |
commit | 6b52a20997a521113b9141488dc257b5811b7005 (patch) | |
tree | 24b78b5dc96716fe3a099b4973803f6a480c2c93 /testsuite/tests/th/T8577.stderr | |
parent | 75dbe8725d6981085bf73717937a186a835c3828 (diff) | |
download | haskell-6b52a20997a521113b9141488dc257b5811b7005.tar.gz |
Test Trac #8577
Diffstat (limited to 'testsuite/tests/th/T8577.stderr')
-rw-r--r-- | testsuite/tests/th/T8577.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/th/T8577.stderr b/testsuite/tests/th/T8577.stderr new file mode 100644 index 0000000000..6e35e4a6b5 --- /dev/null +++ b/testsuite/tests/th/T8577.stderr @@ -0,0 +1,7 @@ + +T8577.hs:9:11: + Couldn't match type ‛Int’ with ‛Bool’ + Expected type: Q (TExp (A Bool)) + Actual type: Q (TExp (A Int)) + In the expression: y + In the Template Haskell splice $$y |