Phil Clayton
Results
2
comments of
Phil Clayton
This behavior is in line with SML as specified by the Definition. Poly/ML, for example, would give you a similar response. You are not the first to observe this -...
> Using `structure Finalizable = MLton.Finalizable` produces the output: > > ``` > finalized obj2 > finalized obj1 > finalized a1 > ``` > > whether using `theFunction self` or...