
This conversion seems way more verbose than what it could be,
e.g. just
type TestMe(test: string, another: int) =
begin
end class
Probably the class gen approach can be simplified as constructor arguments in F# are already private readonly implicitly, making the code more succint
This conversion seems way more verbose than what it could be,
e.g. just
Probably the class gen approach can be simplified as constructor arguments in F# are already private readonly implicitly, making the code more succint