
8 Mar
2006
8 Mar
'06
11:31 a.m.
Bulat Ziganshin
the second question - is this (adding NHC support to Data.Array.* libraries) really required?
Well, adding nhc98 support to Data.Array.* was your own suggestion, so I'm not sure what the question means. It is always good to make libraries more portable across compilers. There may well be other compilers (yhc,ehc,...) that do not have a native ST monad either, and they will be able to use the same wrapper. Regards, Malcolm