Ticket #4085 (closed bug: fixed)
minor External Core prettyprinter bug
Description
The ext-core pretty printer was printing out rational literals like:
((-1)/5)
which isn't valid External Core. The correct way to print a negative rational is:
(-1/5)
I've attached a patch. I would normally commit this myself, but my GHC build tree isn't up to date.
Thanks!
Change History
Note: See
TracTickets for help on using
tickets.
