I am translating a C# class that wraps an unmanaged library to F#. I have run into the seemingly simple problem of rewriting the destructor that follows.
class W
Have you tried looking for F# finalizer?
override x.Finalize() = ...