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