summaryrefslogtreecommitdiff
path: root/libraries/base/Data/List
Commit message (Expand)AuthorAgeFilesLines
* Remove misleading 'lazy' pattern matches from 'head' and 'tail' in Data.List....wygulmage2021-02-051-2/+2
* Implement #18519Koz Ross2021-01-271-0/+38
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-2/+0
* Add singleton to NonEmpty in libraries/baseMoritz Bruder2020-04-031-0/+7
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+1
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-84/+2
* Add fixity declaration for Data.List.NonEmpty.!!Ryan Scott2017-06-231-0/+1
* base: Mark unfold as deprecatedBen Gamari2017-04-041-0/+2
* Add liftA2 to Applicative classDavid Feuer2017-02-051-4/+5
* Typos in manual, comments and testsGabor Greif2017-01-121-1/+1
* base: Override Foldable.{toList,length} for NonEmptyArtyom2016-12-231-2/+4
* Added Eq1, Ord1, Read1 and Show1 instances for NonEmptyShane2016-11-291-0/+23
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+8
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* base: NonEmpty: Fix documentation exampleBen Gamari2015-12-151-1/+1
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-021-2/+2
* Remove Data.List.NonEmpty.{words,unwords,lines,unlines}Herbert Valerio Riedel2015-10-311-34/+3
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-121-1/+0
* Add Data.Semigroup and Data.List.NonEmpty (re #10365)Herbert Valerio Riedel2015-10-021-0/+522