export lists

Michael Ackerman ack@nethere.com
Wed, 27 Jun 2001 18:16:23 -0700


Hello,
    I've just started to study the Haskell module system, and I find
that export lists for modules in Hugs do not seem to work. For example,
if I write

module Foo (a) where
a = 0
b = 1

and then load Foo, both a and b are visible. What am I doing wrong? Any
help will be appreciated.
                             Michael