summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Semigroup
Commit message (Expand)AuthorAgeFilesLines
* typosEric Lindblad2022-07-181-1/+1
* Implement list `fold` and `foldMap` via mconcatKoz Ross2021-04-101-0/+9
* Update `base` packageSylvain Henry2020-06-171-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Adding examples to Semigroup/monoidDan Brooks2019-11-061-0/+6
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-171-2/+2
* base: Add references to Notes for certain special importsChaitanya Koparkar2018-09-051-1/+1
* base: Add dependency on GHC.Integer in a few boot filesBen Gamari2018-04-061-0/+1
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-8/+56
* base: Remove redundant subtraction in (^) and stimesBen Gamari2017-11-211-4/+10
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-072-0/+270