package dap

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

Module Capabilities_event.PayloadSource

Sourcetype t = {
  1. capabilities : Capabilities.t;
    (*

    The set of updated capabilities.

    *)
}
Sourceval make : capabilities:Capabilities.t -> t
Sourceval to_yojson : t -> Yojson.Safe.t