
17 Jan
2012
17 Jan
'12
9:32 p.m.
On Tue, Jan 17, 2012 at 6:24 PM, Erik de Castro Lopo
Martin DeMello wrote:
Further question - my internal data representation is a vector of strings (it's a line-based editor).
String or ByteString or Text?
If its either of the first two, I think you should definitely look at Text.
Just plain String, mostly because it's what Gtk.Entry works with. I'll take a look at Text. martin