Re: trusting standard libs

Bernard Pope <[email protected]> Wed, 20 Jul 2005 17:50:06 +1000
Newsgroups gmane.comp.lang.haskell.hat
Message-ID <[email protected]>
On Wed, 2005-07-13 at 13:18 +0100, Malcolm Wallace wrote:
> Bernard Pope <[email protected]> writes:
> > One idea that was floating around in my head was to supply trusted and
> > untrusted versions of all the standard libs, and disambiguate them using
> > the hierarchical module namespace.
> 
> It would probably be easier to just make two separate object archives,
> one trusted, one suspect, then use a compile-time flag to decide
> which one to link against.

Yes that is a better idea, and it saves on potential re-compilation.

Thanks,
Bernie.