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_ =
| Request
| Response
| Event
| Other
val type__of_js : Ojs.t -> type_
val type__to_js : type_ -> Ojs.t
val seq : t -> int
val type_ : t -> type_