OutputEvent.Mval category_of_js : Ojs.t -> categoryval category_to_js : category -> Ojs.tval group_of_js : Ojs.t -> groupval group_to_js : group -> Ojs.ttype body = {category : category Interop.or_undefined;output : string;group : group Interop.or_undefined;variablesReference : int Interop.or_undefined;source : Source.t Interop.or_undefined;line : int Interop.or_undefined;column : int Interop.or_undefined;data : Interop.Js.Any.t Interop.or_undefined;}val body_of_js : Ojs.t -> bodyval body_to_js : body -> Ojs.t