[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)
commita1f5912fe0c0c73e87e1c7e254e4ea9a6060effd
treec45bc2a1ffcad351bad18c179ae0284c88b84817
parent693c4e3ee8ce4b808054e5b9f38d11d08f572fb6
[project @ 2003-07-26 12:43:58 by ralf]
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.

)
Data/Generics.hs
Data/Generics/Aliases.hs
Data/Generics/Basics.hs
Data/Generics/Counts.hs [deleted file]
Data/Generics/Reify.hs [new file with mode: 0644]
Data/Generics/Shortcuts.hs [deleted file]
Data/Generics/Strings.hs [deleted file]
Data/Generics/Text.hs [new file with mode: 0644]
Data/Generics/Types.hs [deleted file]
Data/Typeable.hs
Text/ParserCombinators/ReadP.hs