summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/Format.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-0/+102
This commit renames the Size module in the native code generator to Format, as proposed by a todo, as well as adjusting parameter names in other modules that use it. Test Plan: validate Reviewers: austin, simonmar, bgamari Reviewed By: simonmar, bgamari Subscribers: bgamari, simonmar, thomie Projects: #ghc Differential Revision: https://phabricator.haskell.org/D865