为什么禁用类型喜欢
type t = A of int | B of string * mutable int
虽然允许这样的类型:
type t = A of int | B of string * int ref
f#
f# ×1