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
FS3204: If a union type has more than one case and is a struct, then all fields within the union type must be given unique names
That error is thrown for a construct like this:
[<Struct>]
type A = B of int | C of int
Could we update that error to say what is actually wrong or somehow make it clearer? I have no idea what is wrong with the code above, as the two cases have unique names B and C.
kspeakman, NickDarvey, gusty, seanamos, jimfoye and 1 more