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 对象强制转换为 js_of_ocaml 对象并返回?
OCaml 对象和 JS 对象没有太多共同点。js_of_ocaml 以非常不同的方式表示和执行它们。
没有办法轻松地从一个转换到另一个(就像没有简单的方法将记录转换为对象一样,这是两个没有太多共同点的东西)。