Ojsft_js.MakeSourcemodule P : Ojs_filetree.Types.Pmodule P :
Ojs_filetree.Types.P
with type app_server_msg = P.app_server_msg
with type app_client_msg = P.app_client_msg
with type server_msg = P.server_msg
with type client_msg = P.client_msgclass 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 ... endclass 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