I am fairly new in F# and having some problems with choice type implementation. I have three types.
type A = p of string type B = {q:string;r:int} type C = s of s