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
Then if I use that type with destructuring syntax and I need to assign names to things, I think that the IDE should suggest a name based on the label if it exists.
let recflip t =match t with| Empty -> t
| Node(value, left, right)->...// ^^ ^^ ^^// These are each suggested to me by the IDE.