summaryrefslogtreecommitdiff
path: root/libraries/base/Data/List.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix doc typos in libraries/basetocic2023-04-231-1/+1
* Add safe list indexing operator: !?Oleg Grenrus2023-01-091-0/+1
* Extend documentation for Data.List, mostly wrt infinite listsBodigrim2022-10-111-2/+11
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-1393/+9
* Make INLINE/NOINLINE pragmas a bgi less constrainingSimon Peyton Jones2021-11-221-1/+4
* Tweak descriptions of lines and unlinesViktor Dukhovni2021-10-251-19/+17
* Fix infelicities in docs for lines, unlines, words, unwordsKoz Ross2021-10-191-13/+45
* base: Document overflow behaviour of genericLengthSimon Jakobi2021-08-021-0/+9
* Data.List strictness optimisations for maximumBy and minimumByHécate Moonlight2021-04-141-14/+21
* Data.List specialization to []Oleg Grenrus2021-04-011-9/+1344
* Export singleton function from Data.ListWander Hillen2020-09-191-0/+1
* 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