aboutsummaryrefslogtreecommitdiff
path: root/examples/tests/test_signature_param.makkai
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tests/test_signature_param.makkai')
-rw-r--r--examples/tests/test_signature_param.makkai4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tests/test_signature_param.makkai b/examples/tests/test_signature_param.makkai
new file mode 100644
index 0000000..9dae31b
--- /dev/null
+++ b/examples/tests/test_signature_param.makkai
@@ -0,0 +1,4 @@
+let signature S = theory {
+ F :: (x : Nat) (y : Bool) -> Set,
+ G :: (z : set-of(F 3 4)) -> Set // this sould fail
+}