-1
let minus = function
| Int.min_value, _ | Int.max_value, _ | _, Int.min_value | _, Int.max_value -> 0
| x, y -> x - y
Error: Parse error: [module_longident] expected after "." (in [module_longident])這個功能有什麼問題?
我看不出有什麼問題。
我Core.Std
這樣做在utop
打開