package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module P : Ojsft_types.P

Signature

module P : sig ... end
val access_forbidden : Ojs_path.t -> P.server_msg
val creation_forbidden : Ojs_path.t -> P.server_msg
val deletion_forbidden : Ojs_path.t -> P.server_msg
val renaming_forbidden : Ojs_path.t -> Ojs_path.t -> P.server_msg
class filetree : (P.server_msg -> (P.client_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.server_msg -> unit Lwt.t) -> id:string -> Ojs_path.t -> object ... end
class filetrees : (P.app_server_msg -> (P.app_client_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.app_server_msg -> unit Lwt.t) -> ((P.server_msg -> (P.client_msg -> unit Lwt.t) -> unit Lwt.t) -> (P.server_msg -> unit Lwt.t) -> id:string -> Ojs_path.t -> filetree) -> object ... end