我正在编译一个参考IntBinarySet
使用 MLton 的 SML 源文件。该代码使用 SML/NJ 运行良好,但是,当使用 MLton 编译时,它会报错Undefined structure IntBinarySet
。我需要以某种方式导入 smlnj-lib 吗?(我可以IntBinarySet
直接在 SML/NJ 中使用而无需use
-ing 或导入任何东西)
具体来说,我的源文件intset.sml
如下。
fun newSet () = IntBinarySet.empty
和 MLton 抱怨:
Error: intset.sml 1.17.
Undefined structure IntBinarySet.
compilation aborted: parseAndElaborate reported errors