running this; F=fun(A,B) -> try A+B catch _:_->dontthinkso end end, lists:zipwith(F,[1,2],[2,3]). in the shell crashes, but works fine in compiled code. is this a well-known problem? or perhaps even a Feature(TM)? mats