say I have code:

type foo
   a
end

module MyModule
   #how do I use foo here?
   #can I
   import <something>.foo
   #??
end

There must be a way to use global types in modules.  Is there a name for 
the "global module" (if you will).  Thanks.

Reply via email to