EvaluateResponse.M
type body = {
result : string;
type_ : string Interop.or_undefined;
presentationHint : VariablePresentationHint.t Interop.or_undefined;
variablesReference : int;
namedVariables : int Interop.or_undefined;
indexedVariables : int Interop.or_undefined;
memoryReference : string Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t