package dune-rpc

  1. Overview
  2. Docs
module Request : sig ... end
module Notification : sig ... end
type ('a, 'b) request = ('a, 'b) Request.t
type 'a notification = 'a Notification.t