标签: f# ocaml
我想将代码从Ocaml转换为F#。 f#中没有函子或类型模块。适应我的代码的最佳方法是什么。
这是我的代码的结构。
类型模块:coefficient 一个实现bigNumber的模块:coefficient 函子:polynome(coefficient)
类型模块:coefficient
coefficient
一个实现bigNumber的模块:coefficient
bigNumber
函子:polynome(coefficient)
polynome(coefficient)
谢谢您的帮助