Hello, I'm new in oz/mozart, and I have a doubt.
Can classes be export in a functor?

Example:

functor

export
   Mine

define

   class Mine

      attr Type

      meth init(NewType)
           Type := NewType
      end

     %[...]

   end
end

I made a file .oz calling (import) this functor, and the compiler show
errors about the export class.

Thank U


-- 
Andryw Marques Ramos,


Graduando no Curso de Ciência da Computação
Membro do Projeto Smart Analysis
Universidade Federal de Campina Grande
Brasil
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to