Module Ojsed_js

Editor, client side

type mime_type = string
type session = {
  1. sess_file : Ojs_base.Path.t;
  2. sess_mime : mime_type;
  3. sess_ace : Ojs_ace.editSession Js_of_ocaml.Js.t;
  4. mutable sess_changed : bool;
}
module PMap = Ojs_base.Path.Map
val is_editable_from_mime : mime_type -> bool
module type S = sig ... end