static transformable record InverseTheory(ITheoryOn t) implements ITheoryOn { public bool check(A a) { ret !t.check(a); } }