summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail50.bkp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail50.bkp')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail50.bkp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail50.bkp b/testsuite/tests/backpack/should_fail/bkpfail50.bkp
new file mode 100644
index 0000000000..1dda1cb119
--- /dev/null
+++ b/testsuite/tests/backpack/should_fail/bkpfail50.bkp
@@ -0,0 +1,8 @@
+unit p where
+ signature H where
+ data T = T Int
+unit q where
+ dependency p[H=<A>]
+ signature A where
+ data T = T Bool
+-- signatures don't merge