summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5037.stderr
Commit message (Collapse)AuthorAgeFilesLines
* Built-in Natural literals in CoreSylvain Henry2018-06-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for built-in Natural literals in Core. - Replace MachInt,MachWord, LitInteger, etc. with a single LitNumber constructor with a LitNumType field - Support built-in Natural literals - Add desugar warning for negative literals - Move Maybe(..) from GHC.Base to GHC.Maybe for module dependency reasons This patch introduces only a few rules for Natural literals (compared to Integer's rules). Factorization of the built-in rules for numeric literals will be done in another patch as this one is already big to review. Test Plan: validate test build with integer-simple Reviewers: hvr, bgamari, goldfire, Bodigrim, simonmar Reviewed By: bgamari Subscribers: phadej, simonpj, RyanGlScott, carter, hsyl20, rwbarton, thomie GHC Trac Issues: #14170, #14465 Differential Revision: https://phabricator.haskell.org/D4212
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-3/+3
| | | | | | | This is preparatory work for reintroducing SPECIALISEs that were lost in d94de87252d0fe2ae97341d186b03a2fbe136b04 Differential Revision: https://phabricator.haskell.org/D214
* Accept error message changesSimon Peyton Jones2011-08-051-3/+3
| | | | | | When printing TH code we see the (nicely numbered) uniques on fresh names. A consequence of the fix to #5379
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-201-0/+3