At Fri, 22 Apr 2011 14:31:14 -0600,
Jay McCarthy wrote:
> Isn't that memf and assf?

Not exactly:
(member 1 '(1 2 3) my-equality-check?)
is equivalent to
(memf (lambda (x) (my-equality-check x 1)) '(1 2 3))
which is not as nice. Same for assoc/assf.

Vincent
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to