summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Traversable.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Data.{Foldable,Traversable} back to baseIan Lynagh2007-08-121-0/+135
* Remove a number of modules now in a "containers" packageIan Lynagh2007-08-011-139/+0
* typo in commentRoss Paterson2006-11-201-1/+1
* add Data.Foldable.{for_,forM_} and Data.Traversable.{for,forM}Ross Paterson2006-08-301-0/+12
* add advice on avoiding import ambiguitiesRoss Paterson2006-08-271-1/+7
* disambiguate uses of foldr for nhc98 to compile without errorsMalcolm.Wallace@cs.york.ac.uk2006-07-111-4/+4
* comments for Applicative and TraversableRoss Paterson2006-06-221-3/+19
* add superclasses to Applicative and TraversableRoss Paterson2006-04-111-20/+23
* [project @ 2005-11-29 14:31:59 by ross]ross2005-11-291-0/+102