Could you add some name to trace call?
Closed this issue · 2 comments
sergey-lapin commented
example
trace('foo')(foo)
trace('bar')(bar)
Useful to distinguish funcs
raine commented
actually I tried that at first but couldn't get the name in the output nicely. I'll take another stab at it as it would be quite useful
raine commented
you can now pass a name as the first argument, the function is not curried though.