Skip to content

A bug while <> symbol interpretation #1

@hipeta

Description

@hipeta

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions