summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/List.hs
Commit message (Expand)AuthorAgeFilesLines
* Allow specialization of elem, notElem and lookupwip/andreask/spec-pragmaAndreas Klebinger2023-01-161-0/+3
* Add safe list indexing operator: !?Oleg Grenrus2023-01-091-5/+30
* Make `drop` and `dropWhile` fuse (#18964)Sebastian Graf2022-12-081-25/+44
* Extend documentation for Data.List, mostly wrt infinite listsBodigrim2022-10-111-6/+8
* typosEric Lindblad2022-07-181-1/+1
* Re-export augment and build from GHC.ListBen Gamari2022-05-131-0/+3
* Rename [] to List (#21294)Vladislav Zavialov2022-04-071-1/+3
* Fix some notesMatthew Pickering2022-02-081-2/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-8/+10
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-19/+22
* List-monomorphic `foldr'`Viktor Dukhovni2021-12-071-9/+42
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-151-0/+16
* Fix minor inconsistency in documentationalirezaghey2021-09-221-2/+2
* Change foldl' to inline when partially applied (#19534)James Foster2021-04-071-3/+43
* Third pass on doctest corrections.Oleg Grenrus2021-01-171-3/+3
* Correct more doctestsOleg Grenrus2021-01-101-8/+16
* Correct doctestsOleg Grenrus2021-01-021-18/+23
* Upstream the strictness optimisation for GHC.List.{maximum,minimum}Hécate2021-01-021-2/+2
* Upstream the strictness optimisation for GHC.List.{sum,product}Hécate2021-01-021-2/+2
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-1/+1
* Update `base` packageSylvain Henry2020-06-171-1/+1
* Fix "build/elem" RULE.Andreas Klebinger2020-05-291-2/+2
* Fix spelling mistakes and typosbuggymcbugfix2020-05-211-2/+2
* doc(List): Add examples to GHC.ListJulien Debon2020-02-201-73/+360
* Apply suggestion to libraries/base/GHC/List.hsJulien Debon2020-02-081-1/+1
* doc(Data.List): Add some examples to Data.ListJulien Debon2020-02-081-4/+71
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Fix typosBrian Wignall2019-11-231-1/+1
* base: Reintroduce fusion for scanrTDecki2019-08-221-0/+45
* Revert "Make scanr a good producer and consumer"Ben Gamari2019-08-071-18/+0
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-05-031-2/+2
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-171-29/+30
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* base: Allow fusion for zip7 and relatedAlexandre2019-02-241-0/+4
* Add comments about how zip fusionSimon Peyton Jones2019-02-201-26/+61
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-181-10/+16
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-131-3/+9
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-071-6/+8
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-061-0/+51
* Unhide GHC.List for haddockSimon Jakobi2018-08-061-1/+0
* Link to iterate' doesn't work.David Sanders2018-07-121-2/+2
* base: Improve zip documentationTaylor Fausak2018-05-291-1/+8
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-191-6/+9
* Add strict variant of iterateBen Gamari2017-08-251-2/+28
* Revert "Add strict variant of iterate"Ben Gamari2017-08-191-24/+1
* Add strict variant of iterateBen Gamari2017-08-181-1/+24
* Prefer #if defined to #ifdefBen Gamari2017-04-281-14/+14
* Comments onlySimon Peyton Jones2017-03-101-4/+1