On Wed, Aug 1, 2012 at 2:35 AM, Richard Cobbe <co...@ccs.neu.edu> wrote: > Well, I initially went with String because I didn't want to clutter up my > code with all of the calls to 'pack', especially around string literals. > I'm open to being convinced that it's worth it to switch, though.
For string literals, you can turn on OverloadedStrings to get rid of the calls to 'pack'. Erik _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe