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. module_ : Module.t;
    (*

    The new, changed, or removed module. In case of 'removed' only the module id is used.

    *)
}
val make : reason:Reason.t -> module_:Module.t -> t
val to_yojson : t -> Yojson.Safe.t