Remove broken ‘removeList’ function
This commit is contained in:
parent
cffc126e14
commit
79eda8573e
@ -92,10 +92,6 @@ rec {
|
|||||||
remove = e: filter (x: x != e);
|
remove = e: filter (x: x != e);
|
||||||
|
|
||||||
|
|
||||||
# Given two lists, removes all elements of the first list from the second list
|
|
||||||
removeList = l: filter (x: elem x l);
|
|
||||||
|
|
||||||
|
|
||||||
# Return true if `list' has an element `x'.
|
# Return true if `list' has an element `x'.
|
||||||
elem =
|
elem =
|
||||||
builtins.elem or
|
builtins.elem or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user