summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/holes2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/holes2.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/holes2.stderr20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/typecheck/should_compile/holes2.stderr b/testsuite/tests/typecheck/should_compile/holes2.stderr
index d75b5f3f1a..e953827e4a 100644
--- a/testsuite/tests/typecheck/should_compile/holes2.stderr
+++ b/testsuite/tests/typecheck/should_compile/holes2.stderr
@@ -1,20 +1,20 @@
holes2.hs:3:5: Warning:
- No instance for (Show a0) arising from a use of ‛show’
- The type variable ‛a0’ is ambiguous
+ No instance for (Show a0) arising from a use of ‘show’
+ The type variable ‘a0’ is ambiguous
Note: there are several potential instances:
- instance Show Double -- Defined in ‛GHC.Float’
- instance Show Float -- Defined in ‛GHC.Float’
+ instance Show Double -- Defined in ‘GHC.Float’
+ instance Show Float -- Defined in ‘GHC.Float’
instance (Integral a, Show a) => Show (GHC.Real.Ratio a)
- -- Defined in ‛GHC.Real’
+ -- Defined in ‘GHC.Real’
...plus 24 others
In the expression: show _
- In an equation for ‛f’: f = show _
+ In an equation for ‘f’: f = show _
holes2.hs:3:10: Warning:
- Found hole ‛_’ with type: a0
- Where: ‛a0’ is an ambiguous type variable
+ Found hole ‘_’ with type: a0
+ Where: ‘a0’ is an ambiguous type variable
Relevant bindings include f :: String (bound at holes2.hs:3:1)
- In the first argument of ‛show’, namely ‛_’
+ In the first argument of ‘show’, namely ‘_’
In the expression: show _
- In an equation for ‛f’: f = show _
+ In an equation for ‘f’: f = show _