Overloaded Function Types
a.k.a.
Function Bundles

Overview:

Just as an invidual method or function name can be overloaded to accept different number and type of arguments we would allow function varibles to be overloaded. Thus a single function pointer could refer to a family of overloaded functions.

Proposed by:

Jeff Walker (language designer)

Experts to Contact:

jwalker@cs.oberlin.edu

Status: Being Considered

Status Rational:

Reason:

Since function and methods can be overloaded it seems reasonable not to constrain function varibles to not being overloaded.

Description:

Example:

No Example provided.



jwalker@cs.oberlin.edu