Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将几个基于 OCaml 的模块转换为 F#。OCaml 代码使用来自num 模块的 num 类型。
输入数字 = | 整数 | Big_int 的 Big_int.big_int | 比率比率
虽然我很幸运这次转换将 OCaml num 变量更改为 F# int 类型,但我想知道是否有人知道 num 模块到 F# 的公共端口。
如果你确定答案是否定的,那就是我所需要的。我知道人们不喜欢简短的回答,但如果答案是否定的,这就是我所需要的。
参见Jack的FSharp.Compatibility.OCaml.Num.fs