
13 Mar
2006
13 Mar
'06
8:45 a.m.
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