static transformable record AnyElementSatisfies(O pred) implements ITheoryOn> { public bool check(Iterable l) { ret any(pred, l); } }