Module EvaluateResponse.M

type body = {
  1. result : string;
  2. type_ : string Interop.or_undefined;
  3. presentationHint : VariablePresentationHint.t Interop.or_undefined;
  4. variablesReference : int;
  5. namedVariables : int Interop.or_undefined;
  6. indexedVariables : int Interop.or_undefined;
  7. memoryReference : string Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t