| ... | @@ -96,3 +96,11 @@ There was a long thread about this on the libraries list. Details to be filled |
... | @@ -96,3 +96,11 @@ There was a long thread about this on the libraries list. Details to be filled |
|
|
The user can import GTK and get all of the contents of GTK.Button imported qualified as Button.
|
|
The user can import GTK and get all of the contents of GTK.Button imported qualified as Button.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Permit 'hiding' in export lists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
|
|
|
|
- module Foo ( module Bar hiding (baz), Foo.baz ) where |