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