package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module P : Ojsft_types.P
class tree : (P.client_msg -> (P.server_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.client_msg -> unit Lwt.t) -> msg_id:string -> Ojs_js.SMap.key -> object ... end
class trees : (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) -> msg_id:string -> string -> tree) -> object ... end