package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Reason : sig ... end
type t = {
  1. reason : Reason.t;
    (*

    The reason for the event.

    *)
  2. source : Source.t;
    (*

    The new, changed, or removed source.

    *)
}
val make : reason:Reason.t -> source:Source.t -> t
val to_yojson : t -> Yojson.Safe.t