-static

2004-03-07 Thread Ian Lynagh
Hi, In ghc/compiler/main/DriverFlags.hs machdepCCOpts includes a -static flag for some arches. Is this really necessary? I can't see any comments as to why, nor any real answers from a quick google. It causes this when compiling darcs on these arches:

Re: Collection framework

2004-03-07 Thread Stefan Reich
Hi JP, the DData library seems a good and clean set of collection implementations. If it was augmented with classes, one could get rid of the Set. etc prefixes and separate interface from implementation. Prelude types (e.g. lists) should then be instances of the appropriate classes too. Is