static IF1 curry1Like curry1(IF2 f, A a) { ret f == null ? null : b -> f.get(a, b); }