summaryrefslogtreecommitdiff
path: root/compiler/utils/UniqSet.hs
Commit message (Expand)AuthorAgeFilesLines
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-5/+0
* Modern type signature style in UniqSetBartosz Nitka2017-05-291-76/+71
* Add an Eq instance for UniqSetDavid Feuer2017-05-041-0/+6
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-25/+103
* UniqSet: Implement unionManyUniqSets in terms of foldl' instead of foldrBen Gamari2017-01-241-4/+4
* Remove uniqSetToListBartosz Nitka2016-07-011-3/+0
* Kill foldUniqSetBartosz Nitka2016-06-061-3/+1
* Kill mapUniqSetBartosz Nitka2016-04-281-3/+9
* Add uniqSetAny and uniqSetAll and use themBartosz Nitka2016-04-281-1/+7
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-1/+1
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+115