summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Traversable.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-2/+0
* add Traversable lawsRoss Paterson2012-10-301-4/+70
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+3
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Update comment on fmapDefault to note that it only works for Traversable inst...Brent Yorgey2011-04-221-1/+4
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* indentation tweaks (whitespace only)Ross Paterson2011-01-031-51/+49
* Add an INLINE pragme for fmapDefaultsimonpj@microsoft.com2010-10-271-0/+1
* add an INLINE to the list version of traverse, to enable fusionSimon Marlow2010-06-081-0/+1
* fix syntax in doc commentsRoss Paterson2010-05-271-1/+1
* Fix more warningsIan Lynagh2008-08-201-1/+1
* nhc only: expose Foldable and Traversable instances of ArrayRoss Paterson2008-08-171-3/+3
* Eliminate orphan rules and instances in the array packageIan Lynagh2008-08-161-0/+11
* add Traversable generalizations of mapAccumL and mapAccumR (#2461)Ross Paterson2008-08-141-0/+44
* record libraries@haskell.org as maintainerRoss Paterson2008-04-251-1/+1
* untabifyDon Stewart2008-03-101-36/+36