summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/closure1
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/closure1')
-rw-r--r--omegalib/examples/old_test/closure18
1 files changed, 0 insertions, 8 deletions
diff --git a/omegalib/examples/old_test/closure1 b/omegalib/examples/old_test/closure1
deleted file mode 100644
index 0e4c541..0000000
--- a/omegalib/examples/old_test/closure1
+++ /dev/null
@@ -1,8 +0,0 @@
-({[i] -> [i+2]} union {[i] -> [i+3]})+;
-R := ({[i] -> [i'] : i'=i+3} union {[i] -> [i'] : i'=i+5} union {[i] -> [i'] : i'=i+7})+;
-R;
-notR := {[i] -> [i'] : i' >= i+3} - R;
-notR;
-{[i] -> [i'] : i' >= i+3} - notR;
-
-