I\'m aware of this question, but the asker seems to have been content with an answer to another question (how to overload the constructor)
I have a class which kind
You need "do":
type Foo(args) = let x = new Whatever() do x.Bar() member ....