summaryrefslogtreecommitdiff
path: root/compiler/deSugar/PmOracle.hs
Commit message (Expand)AuthorAgeFilesLines
* Move pattern match checker modules to GHC.HsToCore.PmCheckSebastian Graf2019-09-301-1548/+0
* PmCheck: No ConLike instantiation in pmcheckSebastian Graf2019-09-281-200/+45
* PmCheck: Only ever check constantly many models against a single patternSebastian Graf2019-09-251-26/+9
* Some leftovers from !1732. Comments only [skip ci]Sebastian Graf2019-09-241-1/+2
* PredType for type constraints in the pattern match checker instead of EvVarSebastian Graf2019-09-211-81/+90
* Fix PmOracle.addVarCoreCt in-scope setSimon Peyton Jones2019-09-201-3/+9
* Extract PmTypes module from PmExpr and PmOracleSebastian Graf2019-09-191-179/+11
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-0/+1872