Any way to declare a new variable in F# without assigning a value to it?
You can also use explicit field syntax:
type T = val mutable x : int