[Eva] Bug fix in the "smashed" function of traece_partitionning.ml
The function relied on "List.map" which is not tail-rec. With enough plevel, it provoked a stack overflow. I've simply fixed it by performing the mapped computation inside the fold directly.
Please register or sign in to comment