summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Arr.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-4/+4
* Built-in Natural literals in CoreSylvain Henry2018-06-151-0/+9
* Index arrays more eagerlyDavid Feuer2018-06-071-9/+29
* Make accumArray and accum stricterDavid Feuer2018-03-061-7/+23
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-1/+16
* Allow CallStacks to be frozenEric Seidel2015-12-231-7/+7
* Define proper `MINIMAL` pragma for `class Ix`Herbert Valerio Riedel2015-03-071-2/+2
* Comments onlySimon Peyton Jones2015-02-061-7/+9
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-23/+23
* Fix #9220 by adding role annotations.Richard Eisenberg2014-11-201-1/+5
* Make listArray fuseDavid Feuer2014-11-171-13/+11
* Implement amap/coerce for Array (re #9796)David Feuer2014-11-131-3/+37
* Improve `Foldable` instance for `Array`David Feuer2014-11-131-1/+58
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+806