diff options
Diffstat (limited to 'testsuite/tests/plugins/test-hole-plugin.stderr')
-rw-r--r-- | testsuite/tests/plugins/test-hole-plugin.stderr | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/testsuite/tests/plugins/test-hole-plugin.stderr b/testsuite/tests/plugins/test-hole-plugin.stderr index 7ca539e8d7..109736fa78 100644 --- a/testsuite/tests/plugins/test-hole-plugin.stderr +++ b/testsuite/tests/plugins/test-hole-plugin.stderr @@ -2,8 +2,7 @@ test-hole-plugin.hs:12:5: warning: [-Wtyped-holes (in -Wdefault)] • Found hole: _too_long :: [Int] -> Int Or perhaps ‘_too_long’ is mis-spelled, or not in scope - • In the expression: _too_long - In an equation for ‘f’: f = _too_long + • In an equation for ‘f’: f = _too_long • Relevant bindings include f :: [Int] -> Int (bound at test-hole-plugin.hs:12:1) Valid hole fits include @@ -11,8 +10,7 @@ test-hole-plugin.hs:12:5: warning: [-Wtyped-holes (in -Wdefault)] test-hole-plugin.hs:13:5: warning: [-Wtyped-holes (in -Wdefault)] • Found hole: _ :: [Int] -> Int - • In the expression: _ - In an equation for ‘j’: j = _ + • In an equation for ‘j’: j = _ • Relevant bindings include j :: [Int] -> Int (bound at test-hole-plugin.hs:13:1) Valid hole fits include @@ -27,8 +25,7 @@ test-hole-plugin.hs:13:5: warning: [-Wtyped-holes (in -Wdefault)] test-hole-plugin.hs:14:5: warning: [-Wtyped-holes (in -Wdefault)] • Found hole: _sort_by_mod_desc :: [Int] -> Int Or perhaps ‘_sort_by_mod_desc’ is mis-spelled, or not in scope - • In the expression: _sort_by_mod_desc - In an equation for ‘i’: i = _sort_by_mod_desc + • In an equation for ‘i’: i = _sort_by_mod_desc • Relevant bindings include i :: [Int] -> Int (bound at test-hole-plugin.hs:14:1) Valid hole fits include @@ -43,8 +40,7 @@ test-hole-plugin.hs:14:5: warning: [-Wtyped-holes (in -Wdefault)] test-hole-plugin.hs:15:5: warning: [-Wtyped-holes (in -Wdefault)] • Found hole: _only_Data_List :: [Int] -> Int Or perhaps ‘_only_Data_List’ is mis-spelled, or not in scope - • In the expression: _only_Data_List - In an equation for ‘g’: g = _only_Data_List + • In an equation for ‘g’: g = _only_Data_List • Relevant bindings include g :: [Int] -> Int (bound at test-hole-plugin.hs:15:1) Valid hole fits include @@ -54,8 +50,7 @@ test-hole-plugin.hs:15:5: warning: [-Wtyped-holes (in -Wdefault)] test-hole-plugin.hs:16:5: warning: [-Wtyped-holes (in -Wdefault)] • Found hole: _only_Prelude :: [Int] -> Int Or perhaps ‘_only_Prelude’ is mis-spelled, or not in scope - • In the expression: _only_Prelude - In an equation for ‘h’: h = _only_Prelude + • In an equation for ‘h’: h = _only_Prelude • Relevant bindings include h :: [Int] -> Int (bound at test-hole-plugin.hs:16:1) Valid hole fits include |