Runtime_jsoo.raw_eventWrapper for the Runtime.raw_event -- directly collected during the program execution.
There is four type of raw log events:
method information : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
Js_of_ocaml.Js.js_array
Js_of_ocaml.Js.t
Js_of_ocaml.Js.propRepresents information about a name in the code -- i.e. variable name, subscope name, etc...
It's a list of strings with a length varying from 2 to 3, where:
Scope_name,a_subscope_var.input_varSubscope_name or, the input (resp. output) string -- which corresponds to the input (resp. the output) of a function.method sourcePosition : code_location Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef
Js_of_ocaml.Js.propSerialzed Runtime.io_log corresponding to a `VariableDefinition` raw event.