o1; fooO = o1.ofType Foo barO = o1.ofType Bar o2 =...
# rx
u
o1; fooO = o1.ofType Foo barO = o1.ofType Bar o2 = merge(fooO, barO) carry on