summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10267.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T10267.stderr')
-rw-r--r--testsuite/tests/th/T10267.stderr6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/th/T10267.stderr b/testsuite/tests/th/T10267.stderr
index 6262bf72ff..2f5598fa1d 100644
--- a/testsuite/tests/th/T10267.stderr
+++ b/testsuite/tests/th/T10267.stderr
@@ -5,8 +5,7 @@ T10267.hs:8:1: error:
the type signature for:
j :: forall a. a -> a
at T10267.hs:(8,1)-(12,14)
- • In the expression: _
- In an equation for ‘j’: j x = _
+ • In an equation for ‘j’: j x = _
• Relevant bindings include
x :: a (bound at T10267.hs:8:1)
j :: a -> a (bound at T10267.hs:8:1)
@@ -19,8 +18,7 @@ T10267.hs:8:1: error:
i :: forall a. a -> a
at T10267.hs:(8,1)-(12,14)
Or perhaps ‘_foo’ is mis-spelled, or not in scope
- • In the expression: _foo
- In an equation for ‘i’: i = _foo
+ • In an equation for ‘i’: i = _foo
• Relevant bindings include i :: a -> a (bound at T10267.hs:8:1)
Valid hole fits include
i :: a -> a (bound at T10267.hs:8:1)