Re: "Polymorphic" in OSL manual
Blair Zajac <bl...@...>
Reading these two
toggle quoted message
Show quoted text
http://en.wikipedia.org/wiki/Type_polymorphism http://www.haskell.org/haskellwiki/Ad-hoc_polymorphism suggests that what OSL provides is ad-hoc polymorphism, or otherwise known as overloading. I guessing adding "ad-hoc" or changing to "overloaded" would be fine, though I think the later is more familiar. I know if I saw "ad-hoc polymorphism" I would Google it. Blair On 02/01/2010 01:49 PM, Larry Gritz wrote:
RSL and OSL both are able to overload functions by return type. |
|