summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T2431.stderr
Commit message (Expand)AuthorAgeFilesLines
* Change printing of sized literals to match the proposalKrzysztof Gogolewski2022-11-291-4/+4
* Tidy implicit bindsMatthew Pickering2022-10-111-6/+1
* Refactor UnfoldingSource and IfaceUnfoldingSimon Peyton Jones2022-09-281-5/+5
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-301-1/+0
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-281-0/+17
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-081-17/+0
* Nested CPR light (#19398)Sebastian Graf2021-03-201-1/+1
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-031-1/+1
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-141-3/+3
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-141-3/+3
* Optimise nullary type constructor usageBen Gamari2020-12-141-3/+3
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-1/+1
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-1/+1
* Mark DataCon wrappers CONLIKEAlexis King2020-04-221-1/+4
* Treat coercions as arguments for floating and inliningAlexis King2020-02-261-4/+1
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-121-2/+2
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-13/+13
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-5/+5
* Make small INLINE functions behave properlyÖmer Sinan Ağacan2019-10-011-1/+4
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-191-4/+1
* Remove ExnStr and ThrowsExn businessSebastian Graf2019-02-011-1/+1
* Fix #15039 by pretty-printing equalities more systematicallyRyan Scott2018-05-161-4/+2
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-031-16/+16
* Produce KindReps for common kinds in GHC.TypesBen Gamari2017-03-031-29/+14
* TcTypeable: Try to reuse KindRepsBen Gamari2017-03-031-31/+16
* Typeable: Rename KindRep bindings to $krep...Ben Gamari2017-03-021-23/+23
* Inline data constructor wrappers in phase 2 onlySimon Peyton Jones2017-02-281-23/+23
* Type-indexed TypeableBen Gamari2017-02-181-17/+73
* Join pointsLuke Maurer2017-02-011-14/+15
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-12/+32
* Inline partially-applied wrappersDavid Feuer2017-01-101-1/+1
* Kill Type pretty-printerBen Gamari2016-11-131-1/+1
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-061-1/+1
* Do not print DmdType in Core outputJoachim Breitner2016-03-291-9/+9
* Make equality print better. (#11712)Richard Eisenberg2016-03-211-2/+4
* Simplify: Make generated names more usefulBen Gamari2016-03-121-12/+18
* Unwire Typeable representation typesBen Gamari2016-02-181-5/+5
* Refactoring on IdInfo and system derived namesSimon Peyton Jones2016-01-181-3/+3
* Make demand analysis understand catchSimon Peyton Jones2016-01-071-1/+1
* Visible type applicationRichard Eisenberg2015-12-241-2/+6
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-16/+17
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-6/+16
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+27
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-27/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-291-2/+27
* Implement -dsuppress-unfoldingsSimon Peyton Jones2015-07-211-2/+2
* Fix testsBen Gamari2015-07-161-0/+2
* GADTs now are CPR-ableSimon Peyton Jones2015-04-211-1/+1
* Testsuite error message changesSimon Peyton Jones2014-11-041-6/+3
* Refactor unfoldingsSimon Peyton Jones2014-08-281-3/+3