package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module P : Ojsed_types.P
class editor : (P.client_msg -> (P.server_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.client_msg -> unit Lwt.t) -> bar_id:string -> msg_id:string -> string -> object ... end
class editors : (P.app_client_msg -> (P.app_server_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.app_client_msg -> unit Lwt.t) -> ((P.client_msg -> (P.server_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.client_msg -> unit Lwt.t) -> bar_id:string -> msg_id:string -> string -> editor) -> object ... end