Hello.

The ListStore type of gtk2hs uses the type Data.Sequence.Seq in its
implementation.

Maybe gtk2hs could provide functions for creating a ListStore from a
Seq, retrieving the elements of a list store as a Seq, and setting the
elements of the list store from a Seq.

Currently there are similar functions that uses Data.List.

With the suggested functions, in many situations the conversion from
Seq to List and the other way around may be avoided.

Romildo

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to