The operation
(filter (`notElem` "'\"").[(1,'a','%',"yes")])
gives an error. How can apply this filter on that list properly?
|
The operation
gives an error. How can apply this filter on that list properly?
| |||||||||||||||||||
feedback
|
|
The So your code,
looks like the composition of the Remove the
| |||||||||||
feedback
|
|
You've got a couple of serious problems. First, your syntax is wacky ( And your list has only one element, which is Seems like you wanted some sort of wonky heterogenous list or something, which you really can't have. | |||
|
feedback
|