raine/treis

Could you add some name to trace call?

Closed this issue · 2 comments

example
trace('foo')(foo)
trace('bar')(bar)
Useful to distinguish funcs

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

you can now pass a name as the first argument, the function is not curried though.