summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/closure7
blob: 6ba2e1d13614b0cfe10d7ce6af74e8020454e558 (plain)
1
2
3
4
5
6
7
8
9
10
11
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+;