kibit
kibit copied to clipboard
dorun map -> doseq
trafficstars
I think this is a common pattern where people want to execute side effects in a mapping sequence. Need to check whether this is always valid, and how you would suggest the transform.
did you mean dorun for and doseq?