Yeah I had considered the unaryPlus operator, but ...
# dsl
s
Yeah I had considered the unaryPlus operator, but then I'd have to define it on
Any
and that definitely isn't a good idea. Wait, unless, can I define
unaryPlus
just in the context of a block?
c
sure you can 🙂
s
ah that's awesome.