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, 0 insertions, 6 deletions
diff --git a/omegalib/examples/old_test/p8 b/omegalib/examples/old_test/p8
deleted file mode 100644
index d6031ad..0000000
--- a/omegalib/examples/old_test/p8
+++ /dev/null
@@ -1,6 +0,0 @@
-R1 := {[i] -> [j] : i < j};
-R2 := {[x] -> [y] : x < y};
-inverse R2;
-R1 union R2;
-R2(R1);
-