summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Match/Constructor.hs
Commit message (Expand)AuthorAgeFilesLines
* Don't specialise incoherent instance applicationsGergő Érdi2023-02-271-7/+7
* Avoid Data.List.group; prefer Data.List.NonEmpty.groupBodigrim2022-09-281-11/+10
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-4/+5
* Changes to HsRecField'Shayne Fletcher2021-05-191-3/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-5/+6
* Implement type applications in patternsCale Gibbard2020-12-141-2/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-6/+5
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-251-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-11/+30
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-7/+19
* `MatchResult'` -> `MatchResult`John Ericson2020-04-221-3/+4
* Inline `adjustMatchResult`John Ericson2020-04-221-1/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-5/+5
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Misc cleanupKrzysztof Gogolewski2020-03-101-32/+0
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+296