<div dir="ltr"><div><div><div><div>Dear List ,<br><br></div>i run into an issue where i was storing an anonymous function in mnesia  to be executed later .<br><b>F=fun(test) ->mprocess:process_template(test)end.</b><br><br></div><div><br></div>however  as soon as i make some changes to the mprocess module  and upgrade the module i get a <b>** exception error: bad function</b> error when i retrieve the fun and try to execute which i assume is because of the difference in the module versions . <br></div>Is there a way of making the stored fun execute the code and not have version conflicts .<br></div><br></div>