727728729730731732733734735736737
int arity = a.length(); EFun target = EModuleManager.resolve(new FunID(m,f,arity)); if (target == null) { throw new ErlangUndefined(m, f, new ESmall(arity)); } self.tail = target; a = a.reverse(); switch (arity) {