summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/local_hole_fits.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/local_hole_fits.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/local_hole_fits.stderr6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_compile/local_hole_fits.stderr b/testsuite/tests/typecheck/should_compile/local_hole_fits.stderr
index 5485d05bef..2cf85f3c1e 100644
--- a/testsuite/tests/typecheck/should_compile/local_hole_fits.stderr
+++ b/testsuite/tests/typecheck/should_compile/local_hole_fits.stderr
@@ -5,8 +5,7 @@ local_hole_fits.hs:4:15: warning: [-Wtyped-holes (in -Wdefault)]
the type signature for:
head :: forall a. [a] -> a
at local_hole_fits.hs:3:1-16
- • In the expression: _
- In an equation for ‘head’: head (x : xs) = _
+ • In an equation for ‘head’: head (x : xs) = _
• Relevant bindings include
xs :: [a] (bound at local_hole_fits.hs:4:9)
x :: a (bound at local_hole_fits.hs:4:7)
@@ -19,8 +18,7 @@ local_hole_fits.hs:8:11: warning: [-Wtyped-holes (in -Wdefault)]
the type signature for:
mshow :: forall a. Show a => a -> a
at local_hole_fits.hs:7:1-25
- • In the expression: _
- In an equation for ‘mshow’: mshow a = _
+ • In an equation for ‘mshow’: mshow a = _
• Relevant bindings include
a :: a (bound at local_hole_fits.hs:8:7)
mshow :: a -> a (bound at local_hole_fits.hs:8:1)