How about a function that returns the name of the handler that called the current handler? For example, this would be useful when a handler needs to reset each time a different handler calls it, or to keep track of different sets of data for each handler that calls it. Curry