summaryrefslogtreecommitdiff
path: root/compiler/utils/ListSetOps.hs
Commit message (Expand)AuthorAgeFilesLines
* 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