Gbury / ocaml-memgraph

A small library to output memory graph for ocaml values
MIT License
35 stars 3 forks source link

Tweaks for js_of_ocaml #10

Closed Armael closed 7 months ago

Armael commented 7 months ago

In jsoo closures are js functions that are not inspectable, so treat them as abstract. Right now this simply displays the contents of a closure block as . I don't know if we could display slightly more info? In any case this helps not crashing on closures when running in jsoo.

Armael commented 7 months ago

Fixes #8 .