Re: Implicit Prelude (was Re: Export lists in modules)

2006-02-23 Thread Taral
On 2/23/06, Ben Rudiak-Gould <[EMAIL PROTECTED]> wrote: > In fact, this suggests a compromise: how about implicitly importing the > Prelude only if the module header is omitted? That way there'll be no impact > on short (single-module) programs. +1 -- Taral <[EMAIL PROTECTED]> "Computer science i

Implicit Prelude (was Re: Export lists in modules)

2006-02-23 Thread Ben Rudiak-Gould
Malcolm Wallace wrote: Yes, many trivial programs would acquire one extra import decl - is that such a big deal? No, but overall it feels like a slight loss, because I'd expect the modules that gained a line to be shorter on average, and adding a line to a shorter module seems like a bigger d