I'd like to store a list of functions that are derivatives of a given function. This is a working example of what I want f = Function[{x,y},Exp[y x]]
then assoc= <"Function"->f, ...

I'd like to store a list of functions that are derivatives of a given function. This is a working example of what I want f = Function[{x,y},Exp[y x]]
then assoc= <"Function"->f, ...