> > Yoi probably want to change the order of those arguments. If you have > > fun(ExpandedEwc, Rendered) > > then you should also have: > > fun(ExpandedEwc, Rendered, MetaVals) > > That is, keep the first few arguments consistent for the various > forms, and when adding arguments, add them to the end, not the middle.
Makes sense. Let's add the parameter at the end. I'm not too worried about backwards compatibility, btw. Porting existing apps would require a 1 line change. Yariv --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to erlyweb@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
