summaryrefslogtreecommitdiff
path: root/compiler/utils/Bag.hs
Commit message (Expand)AuthorAgeFilesLines
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-8/+3
* Check for singletons when creating Bag/OrdList from a list.klebinger.andreas@gmx.at2018-06-021-0/+1
* Track type variable scope more carefully.Richard Eisenberg2018-03-311-1/+14
* Add Functor Bag instanceBen Gamari2017-10-191-0/+3
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix typos in Bag.hs [ci skip]Ömer Sinan Ağacan2017-07-081-2/+2
* Update levity polymorphismRichard Eisenberg2017-01-191-1/+7
* Make dropDerivedSimples restore [WD] constraintsSimon Peyton Jones2016-12-121-0/+16
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-2/+1
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-151-2/+14
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* Major Overhaul of Pattern Match Checking (Fixes #595)George Karachalias2015-12-031-1/+25
* Bag: Add Foldable instanceBen Gamari2015-08-211-0/+4
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-5/+10
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+266