summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Unify.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix unification with oversaturated type familiesKrzysztof Gogolewski2023-04-041-29/+115
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2022-12-221-13/+15
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-151/+96
* Define `Infinite` list and use where appropriate.M Farkas-Dyck2022-11-081-1/+1
* Remove TCvSubst and use Subst for both term and type-level substYiyun Liu2022-08-041-37/+37
* Get the in-scope set right in FamInstEnv.injectiveBranchesSimon Peyton Jones2022-07-251-16/+16
* Unify RuntimeRep arguments in ty_co_matchsheaf2022-04-011-12/+19
* Make Constraint not *apart* from Type.Richard Eisenberg2022-03-021-13/+29
* Suggestions due to hlintMatthew Pickering2022-02-241-1/+1
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-25/+8
* Use tcEqType in GHC.Core.Unify.uVarsheaf2021-10-221-2/+14
* Compare FunTys as if they were TyConApps.Richard Eisenberg2021-09-291-3/+3
* One-shot changes (#20008)Simon Peyton Jones2021-07-021-0/+2
* 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-2/+3
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-131-11/+56
* Fix typosBrian Wignall2021-02-061-1/+1
* Make matchableGivens more reliably correct.Richard Eisenberg2021-01-231-53/+81
* Fix #19044 by tweaking unification in inst lookupRichard Eisenberg2020-12-181-50/+85
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-141-1/+6
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-141-6/+1
* Optimise nullary type constructor usageBen Gamari2020-12-141-1/+6
* Rename the flattener to become the rewriter.Richard Eisenberg2020-12-011-4/+1
* Remove flattening variablesRichard Eisenberg2020-12-011-37/+76
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-3/+300
* Fix two constraint solving problemsSimon Peyton Jones2020-10-271-1/+1
* Use tcView, not coreView, in the pure unifier.Richard Eisenberg2020-08-251-2/+5
* Rewrite and move the monad-state hack noteSylvain Henry2020-08-121-73/+2
* GHC.Core.Unify: Make UM actions one-shot by defaultwip/oneshot-unifySebastian Graf2020-06-251-3/+83
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-11/+13
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-141-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-5/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-6/+6
* Update core spec to reflect changes to Core.Richard Eisenberg2020-03-201-1/+1
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-171-2/+2
* Modules: Core (#13009)Sylvain Henry2020-03-161-0/+1592