A bug while <> symbol interpretation
hipeta opened this issue · 3 comments
hipeta commented
Since using flatten in diamond wand, this test below is not passed.
(test <>-symbol-interpretation-test
(is (equal (-<>> (list 1 2 3 4 5)
(mapcar (lambda (x) (-<> x (+ <> <>)))))
(-<>> (list 1 2 3 4 5)
(mapcar (lambda (x) (-<> x (+ <> <>))) <>)))))
Only using code walker solves this.
hipeta commented
Fixed.