Given two lists l and xl, return a list containing just those elements of l which are not present in xl (I'd have thought this was a standard function, but apparently not)
l
xl
Type: list
Filtered list of elements