summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/closure7
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/closure7')
-rw-r--r--omegalib/examples/old_test/closure712
1 files changed, 12 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/closure7 b/omegalib/examples/old_test/closure7
new file mode 100644
index 0000000..6ba2e1d
--- /dev/null
+++ b/omegalib/examples/old_test/closure7
@@ -0,0 +1,12 @@
+
+R := {[t,s] -> [t+1,s] } union
+ {[t,s] -> [t,s] } union
+ {[t,s] -> [t,s+1] };
+
+R;
+R+;
+
+S := {[t,s] -> [t+1,s] } union {[t,s] -> [t,s+1] };
+
+S;
+S+;