package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type mime_type = string
type session = {
  1. sess_file : Ojs_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_path.Map
val is_editable_from_mime : mime_type -> bool
module type S = sig ... end
module Make (P : Ojsed_types.P) : sig ... end