tweag / topiary

https://topiary.tweag.io/
MIT License
575 stars 29 forks source link

fix: unbalanced parenthesized expressions #722

Closed nbacquey closed 2 months ago

nbacquey commented 2 months ago

Description

This PR simplifies the old logic of "Do not prepend spaces if the node follows an open parenthesis" by either never prepending a space, or always prepending it, depending on the node.

Resolves: https://github.com/tweag/topiary/issues/721

Checklist

Checklist before merging: