[[1 'a] [2 'b] [1 'c]] eg
should return either:
[[1 'a 'c] [2 'b]]
or
[[] ['a 'c] ['b]]
or something likely.
Log in to post a comment.