package dap

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

Module Debug_protocol.Protocol_messageSource

Sourcemodule Type : sig ... end
Sourcetype t = {
  1. seq : int;
    (*

    Sequence number (also known as message ID). For protocol messages of type 'request' this ID can be used to cancel the request.

    *)
  2. type_ : Type.t;
    (*

    Message type.

    *)
}

Base class of requests, responses, and events.

Sourceval make : seq:int -> type_:Type.t -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.