On Thu, Mar 18, 2010 at 11:40 AM, Andreas Eder <andreas_eder at gmx.net> wrote:
> does anyone know why there is choicesin in sin.lisp?
> It is used only there, and apart from the apparent stack overflow
> (choicesin ?a b) seems to be equivalent to ?(remove a b :count 1).
If you can verify that it's equivalent to some formulation
in terms of REMOVE or whatever, then it's OK by me to
replace it.
Robert Dodier