open Js_of_ocaml type to_worker = [ | `Complete of Path.Fixed.t | `DeletePoint of (Path.Point.t * Path.Fixed.t) ] type from_worker = [ | `Complete of Path.Fixed.t | `Other of Js.js_string Js.t ]