static L dropElement(Collection c, final A element) { ret c == null ? null : [A a : c | neq(a, element)]; }