summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Traversable.hs
Commit message (Expand)AuthorAgeFilesLines
* Consistent use of coercion and TypeApplicationsViktor Dukhovni2021-08-081-6/+11
* Rewrite of Traversable overviewViktor Dukhovni2021-08-081-211/+845
* Fix typosBrian Wignall2021-02-061-1/+1
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+4
* Third pass on doctest corrections.Oleg Grenrus2021-01-171-8/+22
* Correct more doctestsOleg Grenrus2021-01-101-9/+3
* New overview of Foldable classViktor Dukhovni2021-01-091-6/+19
* Correct doctestsOleg Grenrus2021-01-021-0/+3
* add examples to Data.TraversableAdam Wespiser2020-06-251-0/+108
* Add introductory prose for Data.TraversableViktor Dukhovni2020-06-131-92/+419
* remove backticks from markup - it doesn't mean what I think it meanscode5hot2019-06-071-1/+1
* Used terminology from a paper. Added it as a reference.code5hot2019-06-071-3/+4
* Update Traversable.hs with a note about an intuitive lawcode5hot2019-06-071-1/+7
* Doc-only fixesAlec Theriault2018-11-221-34/+20
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-0/+5
* Duplicated andGabor Greif2018-06-141-1/+1
* base: Introduce Data.Monoid.Apchessai2018-05-271-1/+5
* base: Add Foldable and Traversable instances for AltJack Henahan2018-05-191-1/+7
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-0/+28
* Fix documentation and comment issuesCyd Parser2017-11-031-2/+2
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-1/+5
* Add liftA2 to Applicative classDavid Feuer2017-02-051-1/+1
* Typos in comments (and in a test)Gabor Greif2017-01-091-1/+1
* Coerce for fmapDefault and foldMapDefaultDavid Feuer2017-01-051-4/+19
* Add INLINE pragamas on Traversable default methodsSimon Peyton Jones2016-12-211-0/+45
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-191-45/+5
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+20
* Missing Proxy instances, make U1 instance more Proxy-likeRyanGlScott2016-02-291-1/+10
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-1/+23
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-121-2/+2
* base: Add missing Traversable instance for ZipListBen Gamari2015-08-071-1/+6
* Drop custom mapM impl for []Ben Gamari2015-08-051-3/+0
* Fix typo [skip ci] (#10605)Thomas Miedema2015-07-051-1/+1
* base: Fix confusing docs typoAlexander Berntsen2015-05-061-4/+3
* Add various instances to newtypes in Data.MonoidOleg Grenrus2015-03-031-0/+16
* Add references between Data.Traversable.for and Data.Foldable.for_ and co.Baldur Blöndal2014-12-051-8/+15
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Remove redundant "Minimal complete definition"-commentsHerbert Valerio Riedel2014-11-041-3/+2
* Set default-impl of `mapM`/`sequence` methods to `traverse`/`sequenceA`Herbert Valerio Riedel2014-09-271-3/+3
* Generalise Data.List/Control.Monad to Foldable/TraversableHerbert Valerio Riedel2014-09-211-5/+0
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-9/+8
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-2/+1
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-6/+12
* Add Foldable/Traversable instances for 'Const m'Austin Seipp2013-09-241-0/+3
* Add `{-# MINIMAL #-}` annotations to typeclassesHerbert Valerio Riedel2013-09-181-0/+1
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-3/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-3/+1
* Eliminate Equality.hs-boot and Proxy.hs-boot by moving instancesRichard Eisenberg2013-07-251-0/+11
* add Foldable and Traversable instances for Either a and (,) aRoss Paterson2013-05-311-0/+7