You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeAnimal(name:string)=member valName= name with get, set
typeDog(name:string)asthis=inherit Animal(name)memberthis.Bark()=
printfn "%s says Woof!" this.Name