C# to F# class transition
问题 I'm a C# dev since long ago. I learn F# and use it for scientific purposes/research/approbation works. I find many its functional features powerful but I'm straggling to write classes — the essential thing I know to do very well in C#. What would help me (and the community) is to translate the following C# code. class CoolAttribute : Attribute { } class BaseClass { public BaseClass(int zzz) { // zzz doesn't matter; what matters is that zzz is required } public virtual void XHello() { Console