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