static LL listsWithLength(final int n, LL l) { ret [L x : unnull(l) | l(x) == n]; }