package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Property
  2. | Method
  3. | Class
  4. | Data
  5. | Event
  6. | Base_class
  7. | Inner_class
  8. | Interface
  9. | Most_derived_class
  10. | Virtual
  11. | Data_breakpoint
  12. | Custom of string

The kind of variable. Before introducing additional values, try to use the listed values.

include JSONABLE with type t := t
val to_yojson : t -> Yojson.Safe.t