package dap

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

Module Variables_command.ResultSource

Sourcetype t = {
  1. variables : Variable.t list;
    (*

    All (or a range) of variables for the given variable reference.

    *)
}
Sourceval make : ?variables:Variable.t list -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t