This PR fixes a bug where the single-quote character `Char.ofNat 39` would delaborate as `'''`, which causes a parse error if pasted back in to the source code. --------- Co-authored-by: Kyle Miller <kmill31415@gmail.com>