static L> theoryPlusInverse(ITheoryOn t) { if (t instanceof InverseTheory) ret ll(t); else ret ll(t, new InverseTheory(t)); }