Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typecheck remaining ValArgs in rebuildHsApps | sheaf | 2022-06-09 | 19 | -117/+210 |
* | Deprecate TypeInType extension | HaskellMouse | 2022-06-06 | 4 | -6/+4 |
* | Add tests for eta-expansion of data constructors | sheaf | 2022-05-26 | 8 | -0/+258 |
* | Desugar RecordUpd in `tcExpr`wip/T18802 | CarrieMY | 2022-05-25 | 1 | -1/+4 |
* | Fix unification of ConcreteTvs, removing IsRefl# | sheaf | 2022-04-28 | 48 | -267/+367 |
* | Docs: datacon eta-expansion, rep-poly checks | sheaf | 2022-04-08 | 3 | -0/+20 |
* | Implement \cases (Proposal 302) | Jakob Bruenker | 2022-04-01 | 1 | -1/+1 |
* | Change GHC.Prim to GHC.Exts in docs and tests | Krzysztof Gogolewski | 2022-04-01 | 2 | -2/+2 |
* | Fix isLiftedType_maybe and handle fallout | sheaf | 2022-03-14 | 44 | -213/+354 |
* | Introduce ConcreteTv metavariables | sheaf | 2022-03-02 | 55 | -101/+287 |
* | Don't default type variables in type families | sheaf | 2021-10-26 | 2 | -16/+0 |
* | Introduce Concrete# for representation polymorphism checks | sheaf | 2021-10-17 | 141 | -0/+2340 |