https://github.com/mkhan45/RustScript2/blob/155b4c2c80b370a25f161d5a8b37678576f97eaf/lib/eval.ml#L483 The inner state recursive function needs to be thought about a bit more for continuation passing style to work
RustScript2/lib/eval.ml
Line 483 in 155b4c2
The inner state recursive function needs to be thought about a bit more for continuation passing style to work