class Matrix extends Menge<Menge<Integer>> { op = (m) -> (f) -> f.apply(this, m); }