quill_api.ml
base64
hugin
kaun
kaun_datasets
logs
nx
nx_datasets
nx_io
quill.api
quill.editor
quill.markdown
quill.server
quill.top
quill.top-js
quill.top-unix
rune
saga
sowilo
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]
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]