On Sat, Aug 14, 2010 at 22:54, John Millikin <[email protected]> wrote: > Haskell: length (pack "\x0001dd1e")
Apologies -- this line ought to be: Haskell: Data.Text.length (Data.Text.pack "\x0001dd1e") == 1 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
