doc typo
[ghc-base.git] / Data /
2010-07-01 Simon Marlowuse '==' consistently rather than '->' in examples
2010-06-25 Ian LynaghGive nub's complexity in the haddock docs; fixes #4086
2010-06-08 Simon Marlowadd an INLINE to the list version of traverse, to enabl...
2010-06-15 Simon Marlowdon't depend on Prelude (#4122)
2010-06-02 Ross Patersonexpand Foldable instance for Array
2010-05-27 Ross Patersondoc comment illustrating Foldable(foldr)
2010-05-27 Ross Patersonfix syntax in doc comments
2010-05-04 Simon Marlowadd Typeable instance
2010-05-04 Simon MarlowAdd swap (#3298)
2010-03-19 Bas van DijkWrite the thunk 'next' to the MVar
2010-03-18 Simon Marlowchange to use STM, fixing 4 things
2010-02-24 jpm@cs.uu.nlFIX #3866: improve documentation of Data.Data.Constr
2009-12-24 Malcolm.Wallace... Replace the implementation of mergesort with a 2x faste...
2009-12-23 Malcolm.Wallace... Restore previous Data.Typeable.typeOf*Default implement...
2009-12-18 simonpj@microsoft.comFix Trac #3245: memoising typeOf
2009-12-02 Malcolm.Wallace... Data.Either.partitionEithers was insufficiently lazy.
2009-11-23 Ian LynaghDe-orphan tuple Eq/Ord instances
2009-10-29 simonpj@microsoft.comExploit now-working default-method INLINE pragmas for...
2009-10-29 simonpj@microsoft.comTidy up and comment imports
2009-10-09 Malcolm.Wallace... It seems that nhc98 needs defaulting in Data.Fixed.
2009-10-09 Malcolm.Wallace... Make Data.Functor compatible with non-GHC compilers.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of non-GHC in Data.Fixed.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage for non-GHC in Data.Bits.
2009-09-15 Ross Patersonmake some Applicative functions into methods, and split...
2009-08-12 Ashley Yakeleyimprovements to Data.Fixed: instances for Typeable...
2009-08-06 Ross Patersonadd INLINE toList
2009-07-21 Ian LynaghUse shift[LR]Integer in the Bits Integer instance
2009-07-21 Simon Marlowmove "instance Exception Dynamic" so it isn't an orphan
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-07-06 Ian LynaghRemove some cruft from Data.HashTable
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-04-24 Ian LynaghUse a bang pattern when we where/let-bind values with...
2009-03-27 Ian LynaghAdd another Data.List.intersect example from Christian...
2009-03-22 Ian LynaghAdd an import needed in the new build system
2009-02-07 naur@post11.tele.dkRules to make genericLength strict for Int/Integer...
2009-02-12 Jose Pedro Magalhaes#2759: Amend previous patch
2009-01-16 Jose Pedro MagalhaesProposal #2875: remove StringRep and StringConstr
2009-01-16 Jose Pedro MagalhaesFix #2759: add mkRealConstr and mkIntegralConstr, depre...
2008-12-11 Jose Pedro MagalhaesCorrect SYB's representation of Char
2009-01-18 Ross Patersonavoid `mappend` in monoid laws, because it doesn't...
2009-01-14 Ian LynaghMake Data.Typeable imports and exports more explicit
2009-01-16 Ross Patersonadd Monoid laws
2009-01-15 Ross Patersonmake the Monoid docs more self-contained
2009-01-14 Ian LynaghAdd NoImplicitPrelude to the extensions used when build...
2008-11-21 Jose Pedro MagalhaesFix #2760: deprecate mkNorepType, add mkNoRepType
2008-12-01 Jose Pedro MagalhaesFix #2750: change Prelude.(,) to Prelude.(,,)
2008-11-16 Ian LynaghChange an "undefined" into a more informative error...
2008-11-11 jpm@cs.uu.nlupdating Haddock documentation
2008-10-13 jpm@cs.uu.nladd link to the new syb wiki
2008-10-10 jpm@cs.uu.nlchanging haddock links
2008-10-06 jpm@cs.uu.nlremoved (->) instance from Data.Data
2008-10-07 Ross Patersonnon-GHC: delete unnecessary imports
2008-10-02 'Jose Pedro Magalhaesadded new module Data.Data
2008-10-02 'Jose Pedro Magalhaesrestore Complex's derived Data instance
2008-10-02 'Jose Pedro Magalhaesupdate Data.Generics import
2008-10-04 Ian LynaghDon't use ^(2::Int) in Data.Complex.magnitude; partiall...
2008-08-22 <unknown>Generic functions that take integral arguments should...
2008-09-04 Ian LynaghAdd missing files
2008-09-03 Ian LynaghRemerge concurrent,unique,timeout,st,getopt into base
2008-09-03 Ross Patersonmake Typeable instances for larger tuples available...
2008-08-31 Ross Patersonnon-GHC: add Typeable instance for ForeignPtr
2008-09-02 Simon Marlow#2528: reverse the order of args to (==) in nubBy to...
2008-08-25 Ian LynaghSplit syb off into its own package
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-23 Ian LynaghRemove ST stuff that is now in the new st package
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix warnings in Data.Generics.*
2008-08-20 Ian LynaghIgnore some orphan 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-08-12 Ross PatersonHugs only: don't import exception types -- their instan...
2008-08-08 Malcolm.Wallace... fix imports for non-GHC
2008-08-07 Ian LynaghEq and Ord have moved into GHC.Classes
2008-08-06 Ian LynaghRemove unnecessary Data/Dynamic.hs-boot
2008-08-06 Ian LynaghRemove an unnecessary import
2008-08-06 Ian LynaghPut some explicit import lists in Data.Typeable
2008-08-06 Ian LynaghSwap imports around to get GHC.ForeignPtr out of the...
2008-08-06 Ian LynaghMove some bits around to stop Data.Either being in...
2008-08-05 Ian LynaghFix warnings
2008-08-04 Ian LynaghHide standalone deriving clauses from haddock
2008-08-04 Ian LynaghRemove some unnecessary Data.Tuple imports
2008-08-04 Ian LynaghThe tuple datatype definitions have moved to ghc-prim
2008-08-04 Ian LynaghChange some imports and derive Show (Either a b)
2008-08-01 Ian LynaghRemove unused imports
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-07-30 Simon MarlowFIX #2376: inline shiftR
2008-06-24 Ian Lynagh() has moved to ghc-prim:GHC.Unit, and the Eq and Ord...
2008-06-20 Ian LynaghRemove code for older GHC versions
2008-06-16 Ian LynaghRemove -fglasgow-exts from pragmas and comments
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-01-02 Twan van Laarhoven'permutations' is now more lazy and also faster
2008-01-02 Twan van Laarhoven'subsequences' is now more lazy and also faster
2007-12-18 Twan van LaarhovenAdd 'subsequences' and 'permutations' to Data.List
2008-05-02 simonpj@microsoft.comAdd comments about why rotate has an INLINE
2008-05-01 Don StewartInline Data.Bits.rotate@Int, enables rotate to be const...
2008-04-25 Ross Patersonrecord libraries@haskell.org as maintainer
next