function M = unions(MM,alf) M = null_dfsa(alf); for i=1:length(MM) M = union_dfsa(M,MM{i}); end return