summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Semigroup.hs
Commit message (Expand)AuthorAgeFilesLines
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-081-1/+1
* Improve mtimesDefaultDavid Feuer2021-12-091-3/+22
* Implement list `fold` and `foldMap` via mconcatKoz Ross2021-04-101-0/+12
* Remove Data.Semigroup.OptionSimon Jakobi2021-02-131-88/+0
* Correct doctestsOleg Grenrus2021-01-021-3/+8
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-191-6/+3
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-3/+0
* docs: Add examples for Data.Semigroup.Arg{Min,Max}Simon Jakobi2020-05-131-0/+7
* Add example and doc for Arg (Fixes #17153)Paavo2020-03-241-1/+9
* Make example collapsiblePaavo2020-03-171-0/+1
* Clean upPaavo2020-03-171-3/+2
* Add example for Data.Semigroup.diffPaavo2020-03-171-0/+15
* Fix unused-import warningsDavid Eichmann2018-11-221-3/+0
* base: Rewrite semigroup documentationTobias Pflug2018-08-171-8/+45
* document the plan for removing Data.Semigroup.OptionAndrew Martin2018-05-031-1/+6
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-9/+61
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-281/+15
* Add Semigroup/Monoid instances to ST monadBen Gamari2017-08-141-0/+5
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* Add instances for Data.Ord.DownAdam Sandberg Eriksson2017-04-251-0/+6
* Add liftA2 to Applicative classDavid Feuer2017-02-051-4/+9
* Fix Windows build following D2588Ryan Scott2016-10-141-1/+6
* Add missing Semigroup instances for Monoidal datatypes in baseRyan Scott2016-10-141-0/+15
* Add missing @since annotationsRyan Scott2016-10-121-0/+2
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-191-8/+23
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+78
* Replace hand-written Bounded instances with derived onesRyan Scott2016-06-041-25/+5
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-7/+7
* Canonicalise `MonadPlus` instancesHerbert Valerio Riedel2016-01-011-3/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-7/+7
* Build system: renable -Wall on validate (base)Thomas Miedema2015-11-031-1/+0
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-021-2/+2
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-121-13/+8
* Add Data.Semigroup and Data.List.NonEmpty (re #10365)Herbert Valerio Riedel2015-10-021-0/+640