![](https://secure.gravatar.com/avatar/97f4835889e1a68c1f9f3d2d31d18fd2.jpg?s=120&d=mm&r=g)
14 Jan
2011
14 Jan
'11
5:03 p.m.
From: Edi Weitz <edi@weitz.de> Date: Fri, 14 Jan 2011 17:59:52 +0100 Cc: Sergey Vasilyev <sergey@itasoftware.com>, Common Lisp Professionals <pro@common-lisp.net> There are lots of functions in the standard which are predicates in that they return generalized booleans but on the other hand return something "useful" if the result is not NIL, e.g. MEMBER or STRING<. And some of them might also end in -p (digit-char-p) -nick