Module DebugProtocol.ProtocolMessage

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type type_ =
  1. | Request
  2. | Response
  3. | Event
  4. | Other
val type__of_js : Ojs.t -> type_
val type__to_js : type_ -> Ojs.t
include sig ... end
val seq : t -> int
val type_ : t -> type_