static T3 tripleToLower(T3 t) { ret t == null ? null : t3(lower(t.a), lower(t.b), lower(t.c)); }