package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module J = Yojson.Safe
type json = J.t
type call_id
module type B = sig ... end
module Base (P : Ojs_types.App_msg) : sig ... end
module type S = sig ... end
module Make_server (P : B) : sig ... end
module Make_client (P : B) : sig ... end