diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-25 16:59:17 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-25 16:59:26 +0000 |
commit | 58e199371ca611d9971124c1a41b9609304c7b74 (patch) | |
tree | 1e56411f0d928f179a1658ed7a03020bd51bf3c0 /testsuite/tests/th/T7276a.stdout | |
parent | a56dadc51db079c8c1b3f5ed5159af6721073b73 (diff) | |
download | haskell-58e199371ca611d9971124c1a41b9609304c7b74.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/th/T7276a.stdout')
-rw-r--r-- | testsuite/tests/th/T7276a.stdout | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/th/T7276a.stdout b/testsuite/tests/th/T7276a.stdout index 15ece93372..2edeaaeb3f 100644 --- a/testsuite/tests/th/T7276a.stdout +++ b/testsuite/tests/th/T7276a.stdout @@ -3,7 +3,6 @@ Couldn't match type ‛[Dec]’ with ‛Exp’ Expected type: Q Exp Actual type: DecsQ - In the Template Haskell quotation [d| a = () |] In the expression: [d| a = () |] :: Q Exp In an equation for ‛x’: x = [d| a = () |] :: Q Exp @@ -13,9 +12,8 @@ Couldn't match type ‛[Dec]’ with ‛Exp’ Expected type: Q Exp Actual type: DecsQ - In the Template Haskell quotation [d| a = () |] In the expression: [d| a = () |] :: Q Exp In an equation for ‛x’: x = [d| a = () |] :: Q Exp (deferred type error) Code: x - In the expression: $x + In the splice: $x |