summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Gen
Commit message (Expand)AuthorAgeFilesLines
* Do eager instantation in termswip/T17173Simon Peyton Jones2020-04-2110-528/+601
* Modules (#13009)Sylvain Henry2020-04-1811-33/+33
* Add a missing zonk in tcHsPartialTypeSimon Peyton Jones2020-04-181-14/+81
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-171-11/+19
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-172-13/+13
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-171-10/+15
* Change zipWith to zipWithEqual in a few placesKrzysztof Gogolewski2020-04-141-1/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-0711-62/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-0716-0/+16405