static void printList(L l) { for (O x : unnull(l)) print(structure(x)); }