It looks like you were trying to do something like this: setof(list mylist destructuringBind((first second) list string(first) && rexMatchp("one" first) ) ) You could also write that this way: setof(list mylist stringp(car(list)) && rexMatchp("one" car(list)) )
↧