What is the right way to use Nullable in F#?
Currently I\'m using this, but it seems awefully messy.
let test (left : Nullable) = if left.HasV