[project @ 2003-07-26 12:43:58 by ralf]
authorralf <unknown>
Sat, 26 Jul 2003 12:44:00 +0000 (12:44 +0000)
committerralf <unknown>
Sat, 26 Jul 2003 12:44:00 +0000 (12:44 +0000)
Renamed Data/Generics/Strings to .../Text.
Implemented generic read by using Text/ParserCombinators/ReadP.
This is now how it really should look like.
Did some more refactoring in the modules of Data/Generics.
I consider the library relatively stable by now.
Very experimental stuff is only in Data/Generics/Reify.hs

(

I was a bit too optimistic yesterday regarding the
commitibility of Data/Generics. SPJ wanted me to use
Text/ParserCombinators/ReadP for generic read what I
did, which revealed a funny compiler bug. SPJ will
probably report on this very soon.

The compiler does not panic if I turn
ReadP from a newtype into a datatype, what I have temporarily
done. I hope this is Ok for the moment.

)


No differences found