OBJECTがconsならt、それ以外ならnilを返します。 (consp x) == (typep x 'cons) == (not (typep x 'atom)) 注意: (consp '()) は '() == nilなのでnil。