summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci052.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci052.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci052.stderr27
1 files changed, 27 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci052.stderr b/testsuite/tests/ghci/scripts/ghci052.stderr
new file mode 100644
index 0000000000..c685a2aaaf
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci052.stderr
@@ -0,0 +1,27 @@
+
+<interactive>:7:4:
+ Couldn't match expected type `main::Interactive.Planet'
+ with actual type `Planet'
+ In the first argument of `pn', namely `Mercury'
+ In the expression: pn Mercury
+ In an equation for `it': it = pn Mercury
+
+<interactive>:8:4:
+ Couldn't match expected type `main::Interactive.Planet'
+ with actual type `Planet'
+ In the first argument of `pn', namely `Venus'
+ In the expression: pn Venus
+ In an equation for `it': it = pn Venus
+
+<interactive>:9:4:
+ Couldn't match expected type `main::Interactive.Planet'
+ with actual type `Planet'
+ In the first argument of `pn', namely `Mars'
+ In the expression: pn Mars
+ In an equation for `it': it = pn Mars
+
+<interactive>:11:44:
+ Couldn't match expected type `Planet'
+ with actual type `main::Interactive.Planet'
+ In the pattern: Earth
+ In an equation for `pn': pn Earth = "E"