diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci047.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci047.stderr | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci047.stderr b/testsuite/tests/ghci/scripts/ghci047.stderr index 7e696c02c4..badfc1ebb1 100644 --- a/testsuite/tests/ghci/scripts/ghci047.stderr +++ b/testsuite/tests/ghci/scripts/ghci047.stderr @@ -2,13 +2,11 @@ <interactive>:38:1: error: • Couldn't match type ‘HFalse’ with ‘HTrue’ arising from a use of ‘f’ - • In the expression: f - In the expression: f $ Baz 'a' + • In the expression: f $ Baz 'a' In an equation for ‘it’: it = f $ Baz 'a' <interactive>:39:1: error: • Couldn't match type ‘HFalse’ with ‘HTrue’ arising from a use of ‘f’ - • In the expression: f - In the expression: f $ Quz + • In the expression: f $ Quz In an equation for ‘it’: it = f $ Quz |