I\'m looking for a nice functional way to do the following:
def add(x, y): return x + y def neg(x): return -x def c(x, y): # Apply neg to inputs