summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/holes.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/holes.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/holes.stderr24
1 files changed, 12 insertions, 12 deletions
diff --git a/testsuite/tests/typecheck/should_compile/holes.stderr b/testsuite/tests/typecheck/should_compile/holes.stderr
index b04bb8f8ea..6f00061cbd 100644
--- a/testsuite/tests/typecheck/should_compile/holes.stderr
+++ b/testsuite/tests/typecheck/should_compile/holes.stderr
@@ -1,26 +1,26 @@
holes.hs:5:5: Warning:
- Found hole `_' with type: t
- Where: `t' is a rigid type variable bound by
+ Found hole ‛_’ with type: t
+ Where: ‛t’ is a rigid type variable bound by
the inferred type of f :: t at holes.hs:5:1
Relevant bindings include f :: t (bound at holes.hs:5:1)
In the expression: _
- In an equation for `f': f = _
+ In an equation for ‛f’: f = _
holes.hs:8:7: Warning:
- Found hole `_' with type: Char
+ Found hole ‛_’ with type: Char
In the expression: _
- In an equation for `g': g x = _
+ In an equation for ‛g’: g x = _
holes.hs:10:5: Warning:
- Found hole `_' with type: [Char]
- In the first argument of `(++)', namely `_'
+ Found hole ‛_’ with type: [Char]
+ In the first argument of ‛(++)’, namely ‛_’
In the expression: _ ++ "a"
- In an equation for `h': h = _ ++ "a"
+ In an equation for ‛h’: h = _ ++ "a"
holes.hs:13:15: Warning:
- Found hole `_' with type: b0
- Where: `b0' is an ambiguous type variable
- In the second argument of `const', namely `_'
+ Found hole ‛_’ with type: b0
+ Where: ‛b0’ is an ambiguous type variable
+ In the second argument of ‛const’, namely ‛_’
In the expression: const y _
- In an equation for `z': z y = const y _
+ In an equation for ‛z’: z y = const y _