package quill

  1. Overview
  2. Docs

Source file quill_api.ml

1
2
3
4
5
6
7
8
9
type code_execution_request = { code : string }
[@@deriving yojson { strict = false }]

type code_execution_result = {
  output : string;
  error : string option;
  status : [ `Success | `Error ];
}
[@@deriving yojson]
OCaml

Innovation. Community. Security.