google / ghc-source-gen

Library for generating Haskell source files and code fragments.
BSD 3-Clause "New" or "Revised" License
91 stars 29 forks source link

Fix pretty-printing of rational literals. #42

Closed judah closed 5 years ago

judah commented 5 years ago

Print them in double syntax, just like they're parsed. Fixes #33.