|
|
|
|
|
by bjourne
688 days ago
|
|
I think HN ate some characters because that code doesn't look valid. But yeah, that's how you do it. In my opinion it is not pretty (e.g., what if you have some mutable context?). I also don't see how OCaml could turn the cons operations into dynamic array appends. |
|
The OCaml compiler disagrees with you ;)
It also won't ever turn a cons operation into a dynamic array append.