4 lines
No EOL
91 B
Text
4 lines
No EOL
91 B
Text
;; page 15
|
|
member[a; x] = [null[x] -> F;
|
|
eq[a; car[x]] -> T;
|
|
T-> member[a; cdr[x]]] |