add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Data / Traversable.hs
2011-04-22 Brent YorgeyUpdate comment on fmapDefault to note that it only...
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2011-01-03 Ross Patersonindentation tweaks (whitespace only)
2010-10-27 simonpj@microsoft.comAdd an INLINE pragme for fmapDefault
2010-06-08 Simon Marlowadd an INLINE to the list version of traverse, to enabl...
2010-05-27 Ross Patersonfix syntax in doc comments
2008-08-20 Ian LynaghFix more warnings
2008-08-17 Ross Patersonnhc only: expose Foldable and Traversable instances...
2008-08-16 Ian LynaghEliminate orphan rules and instances in the array package
2008-08-14 Ross Patersonadd Traversable generalizations of mapAccumL and mapAcc...
2008-04-25 Ross Patersonrecord libraries@haskell.org as maintainer
2008-03-10 Don Stewartuntabify
2007-08-12 Ian LynaghMove Data.{Foldable,Traversable} back to base
2007-08-01 Ian LynaghRemove a number of modules now in a "containers" package
2006-11-20 Ross Patersontypo in comment
2006-08-30 Ross Patersonadd Data.Foldable.{for_,forM_} and Data.Traversable...
2006-08-27 Ross Patersonadd advice on avoiding import ambiguities
2006-07-11 Malcolm.Wallace... disambiguate uses of foldr for nhc98 to compile without...
2006-06-22 Ross Patersoncomments for Applicative and Traversable
2006-04-11 Ross Patersonadd superclasses to Applicative and Traversable
2005-11-29 ross[project @ 2005-11-29 14:31:59 by ross]