diff options
Diffstat (limited to 'testsuite/tests/th/T7276a.stdout')
-rw-r--r-- | testsuite/tests/th/T7276a.stdout | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/th/T7276a.stdout b/testsuite/tests/th/T7276a.stdout index 8c4f7afc64..15ece93372 100644 --- a/testsuite/tests/th/T7276a.stdout +++ b/testsuite/tests/th/T7276a.stdout @@ -1,21 +1,21 @@ <interactive>:4:9: Warning: - Couldn't match type `[Dec]' with `Exp' + 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 + In an equation for ‛x’: x = [d| a = () |] :: Q Exp <interactive>:1:1: Exception when trying to run compile-time code: <interactive>:4:9: - Couldn't match type `[Dec]' with `Exp' + 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 + In an equation for ‛x’: x = [d| a = () |] :: Q Exp (deferred type error) Code: x In the expression: $x |