MEMBERP (MEMBERP []) If is a member of (in the sence of EQL), returns true. Othervise, returns false. If the is dotted, the value after the dot is silently ignored. If the value of is given, it must be a predicate of two arguments, first of them for , and the second is for an item of the ; it will be used instead of EQL. NOTE this function works much like MEMBER (in fact, it shares its implementation) with the only difference that MEMBERP always returns either True or False, not a tail of the list.