summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/p8
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/p8')
-rw-r--r--omegalib/examples/old_test/p86
1 files changed, 6 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/p8 b/omegalib/examples/old_test/p8
new file mode 100644
index 0000000..d6031ad
--- /dev/null
+++ b/omegalib/examples/old_test/p8
@@ -0,0 +1,6 @@
+R1 := {[i] -> [j] : i < j};
+R2 := {[x] -> [y] : x < y};
+inverse R2;
+R1 union R2;
+R2(R1);
+