Method: (LEFT (EQL NIL))

Source

(defmethod left ((node (eql nil))) nil)
Source Context