function overload on full signature?

Jonathan M Davis jmdavisProg at gmx.com
Thu Nov 15 17:02:45 PST 2012


On Thursday, November 15, 2012 17:18:43 foobar wrote:
> I thought that Haskell doesn't have function overloading (which
> simplifies this greatly)... Anyway, I mostly meant "standard"
> imperative/OO languages. Sorry for the confusion.

It has pattern matching (which typically results in several of the same 
function with slightly different arguments, but the overall types are still the 
same). I'm unaware of it having full-on function overloading. But I don't 
think that I've ever tried it.

- Jonathan M Davis


More information about the Digitalmars-d mailing list