OCamlPro / flambda-task-force

13 stars 1 forks source link

Un_anf traverses functions multiple times? #167

Open mshinwell opened 7 years ago

mshinwell commented 7 years ago

It looks like the number of times a function gets traversed is probably equal to its nesting depth (plus one). Every function should be traversed once only, no?