runtest: Don't worry about how implementation echoes input
[jackhill/mal.git] / impls / tests / inc.mal
CommitLineData
31690700
JM
1(def! inc1 (fn* (a) (+ 1 a)))
2(def! inc2 (fn* (a) (+ 2 a)))
3(def! inc3 (fn* (a)
4 (+ 3 a)))