diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T9140.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T9140.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T9140.stdout b/testsuite/tests/ghci/scripts/T9140.stdout index 85406d04b6..584803afbc 100644 --- a/testsuite/tests/ghci/scripts/T9140.stdout +++ b/testsuite/tests/ghci/scripts/T9140.stdout @@ -1,11 +1,11 @@ <interactive>:2:5: error: You can't mix polymorphic and unlifted bindings: a = (# 1 #) - Probable fix: add a type signature + Suggested fix: Add a type signature. <interactive>:3:5: error: You can't mix polymorphic and unlifted bindings: a = (# 1, 3 #) - Probable fix: add a type signature + Suggested fix: Add a type signature. <interactive>:1:1: error: GHCi can't bind a variable of unlifted type: |