George Russell <[EMAIL PROTECTED]> writes:
> > As a result, I seldom write > > "private" functions at top-level,
> > and I think the situation might be > > true for other functional
> > programmers as well.
> It isn't true for me.
Me neither. I simply disregard the whole export list during
development, using a module declaration like
module Foo where
[...]
until things stabilize. (You knew you could do that, right?)
-kzm
--
If I haven't seen further, it is by standing in the footprints of giants
- negative export list Zhanyong Wan
- Re: negative export list Marcin 'Qrczak' Kowalczyk
- Re: negative export list George Russell
- Ketil Malde
