summaryrefslogtreecommitdiff
path: root/libraries/base/Data/List.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* Add strict variant of iterateBen Gamari2017-08-251-0/+1
* Revert "Add strict variant of iterate"Ben Gamari2017-08-191-1/+0
* Add strict variant of iterateBen Gamari2017-08-181-0/+1
* Data.List.isSubsequenceOf documentation clarificationJustin Raymond2015-11-161-2/+3
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Export scanl' from Data.OldList and Data.ListDavid Feuer2014-11-201-0/+1
* Add `isSubsequenceOf` to Data.List (#9767)Alexander Berntsen2014-11-051-0/+24
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+1
* Generalise Data.List/Control.Monad to Foldable/TraversableHerbert Valerio Riedel2014-09-211-4/+4
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-0/+2
* Generalise (some of) Data.List to Foldables (re #9568)Herbert Valerio Riedel2014-09-201-2/+5
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-907/+3
* base: replace ver 4.7.1.0 references by 4.8.0.0Herbert Valerio Riedel2014-09-091-1/+1
* INLINE unfoldrJoachim Breitner2014-09-061-5/+32
* Add Data.List.unconsDavid Feuer2014-09-041-0/+1
* Data.List: Unterse/Obvious comment regarding CPPAlexander Berntsen2014-07-201-1/+1
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-1/+1
* Kill trailing whitespace in recently touched filesHerbert Valerio Riedel2014-04-191-4/+4
* Add Data.List.sortOn function (re #9004 and #2659)Alexander Berntsen2014-04-191-0/+14
* Inline maximum/minium a bit more aggresivelyJoachim Breitner2014-02-101-2/+2
* Implement foldl with foldrJoachim Breitner2014-02-101-25/+9
* Add Haddock `/Since: 4.5.[01].0/` comments to symbolsHerbert Valerio Riedel2013-09-221-1/+2
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-32/+1
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-9/+0
* Clarify the wording of the 'insert' haddock; fixes #7421Ian Lynagh2013-01-021-1/+1
* Make sum and product INLINABLESimon Peyton Jones2012-12-241-0/+5
* More type signature improvements from Bas van DijkIan Lynagh2012-10-271-3/+3
* Remove commented types in module export listsIan Lynagh2012-10-271-97/+97
* alpha-rename the type signatures of foldl, foldl', and scanl to be consistent...Gábor Lehel2012-10-271-4/+4
* Fix inline rule shadowing warningsPaolo Capriotti2012-07-251-0/+3
* Update documentation of intersectByA. Bram Neijt2012-05-271-1/+2
* Fix typo in Data.List.(\\) documentationJoachim Breitner2012-03-191-1/+1
* Add "dropWhileEnd", as discussed on the libraries listSimon Marlow2011-11-141-0/+11
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Less strict inits and tailsIan Lynagh2011-04-031-5/+10
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* FIX #4334Daniel Fischer2010-10-201-0/+13
* Lazier intersperseDaniel Fischer2010-10-021-2/+10
* Make intersectBy lazierDaniel Fischer2010-09-301-0/+2
* use '==' consistently rather than '->' in examplesSimon Marlow2010-07-011-6/+6
* Give nub's complexity in the haddock docs; fixes #4086Ian Lynagh2010-06-251-1/+1
* Replace the implementation of mergesort with a 2x faster one.Malcolm.Wallace@cs.york.ac.uk2009-12-241-4/+44
* Add another Data.List.intersect example from Christian MaederIan Lynagh2009-03-271-0/+3
* Rules to make genericLength strict for Int/Integer lengths, see #2962naur@post11.tele.dk2009-02-071-0/+11
* Generic functions that take integral arguments should work the same way as th...unknown2008-08-221-10/+8
* #2528: reverse the order of args to (==) in nubBy to match nubSimon Marlow2008-09-021-1/+1
* Fix warningsIan Lynagh2008-08-051-19/+20