summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T13143.stderr
Commit message (Expand)AuthorAgeFilesLines
* Refactor UnfoldingSource and IfaceUnfoldingSimon Peyton Jones2022-09-281-3/+3
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-271-8/+2
* SpecConstr: Properly create rules for call patterns representing partial appl...Andreas Klebinger2022-05-051-9/+9
* Demand: Let `Boxed` win in `lubBoxity` (#21119)Sebastian Graf2022-03-161-1/+1
* Tag inference work.Andreas Klebinger2022-02-121-2/+11
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-241-1/+1
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-281-0/+10
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-081-10/+0
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-271-12/+12
* Worker/wrapper: Refactor CPR WW to work for nested CPR (#18174)wip/nested-cpr-wwSebastian Graf2021-04-201-5/+5
* Nested CPR light (#19398)Sebastian Graf2021-03-201-1/+1
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-031-2/+2
* 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-4/+4
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-3/+3
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2020-07-281-5/+5
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-5/+5
* Reduce result discount in conSizeSimon Peyton Jones2020-07-131-3/+3
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-1/+1
* CprAnal: Don't attach CPR sigs to expandable bindings (#18154)Sebastian Graf2020-05-131-3/+0
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-121-1/+1
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-121-6/+8
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-7/+1
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-4/+4
* Improvements to demand analysisSimon Peyton Jones2018-12-121-2/+2
* Remove ad-hoc special case in occAnalSimon Peyton Jones2018-06-071-1/+3
* Inline wrappers earlierSimon Peyton Jones2018-04-201-2/+2
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-031-2/+2
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-121-3/+3
* Make FloatOut/SetLevels idemoptent on bottoming functionsSimon Peyton Jones2017-03-061-15/+12
* Fix expected result from T13143David Feuer2017-03-021-27/+25
* Do Worker/Wrapper for NOINLINE thingsEric Seidel2017-02-051-0/+121