[project @ 2003-07-25 14:36:38 by ralf]
authorralf <unknown>
Fri, 25 Jul 2003 14:36:50 +0000 (14:36 +0000)
committerralf <unknown>
Fri, 25 Jul 2003 14:36:50 +0000 (14:36 +0000)
commite04b91f4203df5bf342349b26665442618a69589
treed18b4b57edb2b66ed78605694b9371f9134fd500
parent954f6d89db60886390e7b76fb79029b9f1ca7e68
[project @ 2003-07-25 14:36:38 by ralf]
Data.Generics is up and running again!

The testsuite is passed 100% successful.
Much of the Data.Generics code looks better.
So the transition to a new Data class and
the deriving support is completed.

Some detailed changes:

- Rolled back type change for gmapQ.
  (We rather added gmapQl and gmapQr.)
- Renamed gmapF and other "F" to Mp like MonadPlus.
- Reconstructed gread.
Data/Generics/Aliases.hs
Data/Generics/Basics.hs
Data/Generics/Counts.hs
Data/Generics/Schemes.hs
Data/Generics/Strings.hs
Data/Generics/Twins.hs
Data/Generics/Types.hs
Data/Typeable.hs