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