Sun Microsystems Laboratories Experimental Stuff [Fortress-interest] exporting overloaded functions from an API

[Fortress-interest] exporting overloaded functions from an API

Mike Atkinson mike@ladyshot.demon.co.uk
Sun, 21 Jan 2007 17:59:00 +0000


component Collections
export {MyFn}

MyFn(a:ZZ):Boolean = false
MyFn(b:Boolean):Boolean = true

end


do both function definitions get exported? Is it possible to export only 
  one?

Mike Atkinson


This page is: http://www.experimentalstuff.com/pipermail/fortress-interest/2007-January/000090.html
Last Modified: Tue, 30 Jan 2007 19:35:03 GMT
copyright (c) 2000-2007, Sun Microsystems