如何访问受歧视联盟成员的指定字段?
例:
type Point = | Point of x : int * y : int let p = Point(3, 1) // how to access x-value or y-value of p here?
f# field discriminated-union
discriminated-union ×1
f# ×1
field ×1