kachayev/fn.py

fn._ should support casting to string in order to debug functions

kachayev opened this issue · 2 comments

I.e.

>>> print (_ * 2)
"(x1) => x1 * 2"
>>> print (_ + _)
"(x1, x2) => x1 + x2"
K900 commented

Is there anything else needed for this except cab56e4 ?

Yes, I added recursive string builder for more than two argument (with appropriate test cases) + readme + history + version. Everything is done in 36c3e06, so I'm closing this issue.