Remove a layer of nesting so that clauses and body forms are at the same level.
Previously:
(do+ ((for x (in ...))) ...body...)
Now:
(do+ (for x (in ...)) ...body...)
Of course, this is not backward-compatible.
Remove a layer of nesting so that clauses and body forms are at the same level.
Previously:
(do+ ((for x (in ...))) ...body...)
Now:
(do+ (for x (in ...)) ...body...)
Of course, this is not backward-compatible.