diff options
Diffstat (limited to 'testsuite/tests/printer/T14343b.stderr')
-rw-r--r-- | testsuite/tests/printer/T14343b.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/printer/T14343b.stderr b/testsuite/tests/printer/T14343b.stderr index 1954f9465a..7573169414 100644 --- a/testsuite/tests/printer/T14343b.stderr +++ b/testsuite/tests/printer/T14343b.stderr @@ -1,8 +1,8 @@ T14343b.hs:10:9: error: • Found hole: _ :: Proxy '( 'True, 'False) - • In the expression: _ :: Proxy '( 'True, 'False) - In an equation for ‘test1’: test1 = _ :: Proxy '( 'True, 'False) + • In the expression: _ :: Proxy '( 'True, 'False) + In an equation for ‘test1’: test1 = _ :: Proxy '( 'True, 'False) • Relevant bindings include test1 :: Proxy '( 'True, 'False) (bound at T14343b.hs:10:1) Valid hole fits include @@ -13,9 +13,9 @@ T14343b.hs:10:9: error: T14343b.hs:11:9: error: • Found hole: _ :: Proxy '( '( 'True, 'False), 'False) - • In the expression: _ :: Proxy '('( 'True, 'False), 'False) + • In the expression: _ :: Proxy '( '( 'True, 'False), 'False) In an equation for ‘test2’: - test2 = _ :: Proxy '('( 'True, 'False), 'False) + test2 = _ :: Proxy '( '( 'True, 'False), 'False) • Relevant bindings include test2 :: Proxy '( '( 'True, 'False), 'False) (bound at T14343b.hs:11:1) @@ -28,8 +28,8 @@ T14343b.hs:11:9: error: T14343b.hs:12:9: error: • Found hole: _ :: Proxy '( '[1], 'False) - • In the expression: _ :: Proxy '('[1], 'False) - In an equation for ‘test3’: test3 = _ :: Proxy '('[1], 'False) + • In the expression: _ :: Proxy '( '[1], 'False) + In an equation for ‘test3’: test3 = _ :: Proxy '( '[1], 'False) • Relevant bindings include test3 :: Proxy '( '[1], 'False) (bound at T14343b.hs:12:1) Valid hole fits include |