static IF1 if1print(S prefix, IF1 f) { ret f == null ? null : a -> { B b = f.get(a); print(prefix + ": " + a + " => " + b); ret b; }; }