Module Js_of_ocaml_toplevel.JsooTop
val use : Stdlib.Format.formatter -> string -> booluse fmt contentExecute commandscontent. It does not print types nor values.
val execute : bool -> ?pp_code:Stdlib.Format.formatter -> ?highlight_location:(Location.t -> unit) -> Stdlib.Format.formatter -> string -> unitexecute print fmt contentExecutecontent.printsays whether the values and types of the results should be printed.pp_codeformatter can be use to output ocaml source during lexing.