package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type undoManager = object ... end
val newUndoManager : unit -> 'a
class type document = object ... end
class type editSession = object ... end
val newEditSession : string -> string -> editSession Js_of_ocaml.Js.t
val createEditSession : string -> string -> editSession Js_of_ocaml.Js.t
class type renderer = object ... end
class type editor = object ... end
class type mode = object ... end
class type modeList = object ... end
class type ace = object ... end
val modeList : modeList Js_of_ocaml.Js.t