New collections package ready (almost)

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Mon Mar 13 08:45:24 EST 2006


On Mon, 2006-03-13 at 16:07 +0300, Bulat Ziganshin wrote:

> in particular, i name my modules "GHC.Arr_", "Data.Array_.*" and so
> on, so that they can be compiled together with existing GHC sources
> but this naming makes obvious what modules of base package they should
> replace

I think the normal convention is to use a name like:

Data.Array.BZCoolNewImpl.*

rather than

Data.Array_.*

Ok, not so long, but you get the idea.

For example, my re-implementation of the Graphics.SOE API using Gtk2Hs
is named Graphics.SOE.Gtk

Duncan



More information about the Libraries mailing list