I am new to F#. I am working with a custom type which contains tuples.
type myType = | obj1 of int * int | obj2 of string * string
N