On Sun, Nov 07, 2010 at 10:07:32AM -0500, Tyson Whitehead wrote: > > Data.Text.String -- reexports the *Str ones without the Str suffixes > Data.Text.Char -- reexports the *Chr ones without the Chr suffixes I think this would be a bad idea. In order to understand some code you'd have to check what imports are in scope. Thanks Ian