diff options
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 |