|
|
|
|
|
by js_of_ocaml_3
1109 days ago
|
|
A lot of the ecosystem is written in TypeScript (heavy on structural typing). Last I've checked OCaml still doesn't have substructural row polymorphism or set theoretic types, so this seems to be a futile endeavor until underlying fundamentals in its type system are addressed. Elm & PureScript I believe solved this problem. |
|