package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Static
  2. | Constant
  3. | Read_only
  4. | Raw_string
  5. | Has_object_id
  6. | Can_have_object_id
  7. | Has_side_effects
  8. | Custom of string
include JSONABLE with type t := t
val to_yojson : t -> Yojson.Safe.t