标签: f#
我正在尝试添加两个值:
let addition x y = x + y
我得到一个荒谬的类型签名:
(obj -> obj option) -> int -> obj -> obj
为什么会这样?