summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci047.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci047.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci047.stderr16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci047.stderr b/testsuite/tests/ghci/scripts/ghci047.stderr
new file mode 100644
index 0000000000..c888b0492c
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci047.stderr
@@ -0,0 +1,16 @@
+
+<interactive>:38:1:
+ Couldn't match type ‛HFalse’ with ‛HTrue’
+ Expected type: HTrue
+ Actual type: Or HFalse HFalse
+ In the expression: f
+ In the expression: f $ Baz 'a'
+ In an equation for ‛it’: it = f $ Baz 'a'
+
+<interactive>:39:1:
+ Couldn't match type ‛HFalse’ with ‛HTrue’
+ Expected type: HTrue
+ Actual type: Or HFalse HFalse
+ In the expression: f
+ In the expression: f $ Quz
+ In an equation for ‛it’: it = f $ Quz