> 
> (subsetp (list 'free) *stato*) ==> T
> 
> (subsetp (list 'free (on 'A 'B)) *stato*) ==> nil
> 
Your function ON returns a fresh list each time.

Try (subsetp (list 'free (on 'A 'B)) *stato* :test #'equalp)

-- Mikael
_______________________________________________
Gardeners mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/gardeners

Reply via email to