Ojs_aceclass type undoManager = object ... endclass type document = object ... endclass type editSession = object ... endval newEditSession : string -> string -> editSession Js_of_ocaml.Js.tval createEditSession : string -> string -> editSession Js_of_ocaml.Js.tclass type renderer = object ... endclass type editor = object ... endclass type mode = object ... endclass type modeList = object ... endclass type ace = object ... endval ace : ace Js_of_ocaml.Js.tval modeList : modeList Js_of_ocaml.Js.t