summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/TypeableEq.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/TypeableEq.stdout')
-rw-r--r--testsuite/tests/typecheck/should_run/TypeableEq.stdout10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_run/TypeableEq.stdout b/testsuite/tests/typecheck/should_run/TypeableEq.stdout
new file mode 100644
index 0000000000..bff6d9ee2c
--- /dev/null
+++ b/testsuite/tests/typecheck/should_run/TypeableEq.stdout
@@ -0,0 +1,10 @@
+good Maybe [Char] == Maybe Int?
+good Maybe == Maybe?
+good Proxy * [Char] == Proxy * Int?
+good Proxy * == Proxy *?
+good Product * (Const * [Char]) (Const * Int) Int == Product * (Const * [Char]) (Const * Char) Int?
+good Product * (Const * [Char]) (Const * Int) == Product * (Const * [Char]) (Const * Char)?
+good Product * (Const * [Char]) == Product * (Const * [Char])?
+good Product * (Const * [Char]) (Const * Int) Int == Product * (Const * [Char]) (Const * Int) Char?
+good Product * (Const * [Char]) (Const * Int) == Product * (Const * [Char]) (Const * Int)?
+good Product * (Const * [Char]) == Product * (Const * [Char])?