summaryrefslogtreecommitdiff
path: root/compiler/utils/ListSetOps.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-7/+7
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-8/+1
* Add HasDebugCallStack to unionListsBen Gamari2019-07-181-1/+1
* Special case a few common patterns in unionLists.Andreas Klebinger2019-07-111-1/+10
* TmOracle: Replace negative term equalities by refutable PmAltConsSebastian Graf2019-06-071-1/+8
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-1/+1
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-071-1/+6
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Use NonEmpty lists to represent lists of duplicate elementsRyan Scott2017-08-121-12/+14
* Use lengthIs and friends in more placesRyan Scott2017-06-021-1/+1
* Reimplement minusList using SetDavid Feuer2017-03-141-3/+27
* Remove `runs` function which already exists in baseÖmer Sinan Ağacan2017-03-121-19/+2
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-5/+1
* Remove unused equivClassesByUniqBartosz Nitka2016-05-021-16/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-14/+1
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+187