static A or_indirect(A a, IF0 b) { ret or_calc(a, b); } static A lambda0Like or_indirect(IF0 b, A a) { ret or_calc(b, a); }