``` ((m/lift-a 2 +) [1] [2]) => [3] ((m/lift-a (inc 1) +) [1] [2]) CompilerException java.lang.ClassCastException: clojure.lang.PersistentList cannot be cast to java.lang.Number ```