Module DebugProtocol.RestartRequest

module M : sig ... end
include sig ... end
type t = private Request.M.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type arguments = M.arguments
val arguments_of_js : Ojs.t -> arguments
val arguments_to_js : arguments -> Ojs.t
val command : t -> string
val arguments : t -> arguments