diff options
Diffstat (limited to 'omegalib/examples/old_test/closure7')
-rw-r--r-- | omegalib/examples/old_test/closure7 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/omegalib/examples/old_test/closure7 b/omegalib/examples/old_test/closure7 deleted file mode 100644 index 6ba2e1d..0000000 --- a/omegalib/examples/old_test/closure7 +++ /dev/null @@ -1,12 +0,0 @@ - -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+; |