In F #, if you define a new class or another type in F # code, then it will be invalid by default, in the sense that, for example,
type MyClass() = ...
...
let x : MyClass = null
.NET IL- , .NET, , , , # F #
let x : MyClass = Unchecked.defaultOf<MyClass>
. , " " - .NET, " #, ", ", ". . F # null, F #, interop .NET runtime, . ( .)