package dap

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

Module Payload.GroupSource

Sourcetype t =
  1. | Start
  2. | Start_collapsed
  3. | End

Support for keeping an output log organized by grouping related messages.

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