Not sure why, but pretty printing an expr list (foo, bar) will often produce: ``` (foo, bar ); ``` Ideally the ) would be considered part of the final token in the list, indivisible from wherever it gets wrapped to.