diff options
Diffstat (limited to 'testsuite/tests/th/TH_1tuple.stderr')
-rw-r--r-- | testsuite/tests/th/TH_1tuple.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/th/TH_1tuple.stderr b/testsuite/tests/th/TH_1tuple.stderr index 07b6584242..fad311b0c8 100644 --- a/testsuite/tests/th/TH_1tuple.stderr +++ b/testsuite/tests/th/TH_1tuple.stderr @@ -1,7 +1,7 @@ TH_1tuple.hs:11:6: error: - • Expecting one more argument to ‘Unit’ - Expected a type, but ‘Unit’ has kind ‘* -> *’ - • In an expression type signature: Unit - In the expression: 1 :: Unit - In an equation for ‘y’: y = (1 :: Unit) + • Expecting one more argument to ‘Solo’ + Expected a type, but ‘Solo’ has kind ‘* -> *’ + • In an expression type signature: Solo + In the expression: 1 :: Solo + In an equation for ‘y’: y = (1 :: Solo) |