[Haskell-cafe] implementing a text editor swap file
Erik de Castro Lopo
mle+hs at mega-nerd.com
Wed Jan 18 03:38:51 CET 2012
Martin DeMello wrote:
> Just plain String, mostly because it's what Gtk.Entry works with. I'll
> take a look at Text.
Ah, maybe not. If your output representation *has* to be String its
probably not worth using Text as an internal representation.
I suspect that Gtk should really be updated to allow the use of Text
instead of String.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the Haskell-Cafe
mailing list