summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T8274.hs
Commit message (Collapse)AuthorAgeFilesLines
* Pretty-print # on unboxed literals in coreThomas Miedema2015-03-031-0/+10
Summary: Ticket #10104 dealt with showing the '#'s on types with unboxed fields. This commit pretty prints the '#'s on unboxed literals in core output. Test Plan: simplCore/should_compile/T8274 Reviewers: jstolarek, simonpj, austin Reviewed By: simonpj, austin Subscribers: simonpj, thomie Differential Revision: https://phabricator.haskell.org/D678 GHC Trac Issues: #8274