quill.editor
Quill_editor.Api
base64
hugin
kaun
kaun_datasets
logs
nx
nx_datasets
nx_io
quill.api
quill.markdown
quill.server
quill.top
quill.top-js
quill.top-unix
rune
saga
sowilo
val log : ('a, unit, string, unit) format4 -> 'a
type api_error =
| Fetch_error of Jv.Error.t
| Http_error of Brr_io.Fetch.Response.t
| Json_parse_error of string
| Invalid_response of string * Jv.t option
type 'a response = ('a, api_error) Fut.result
val string_of_api_error : api_error -> string
val map_fut_error : ('a -> 'b) -> ('c, 'a) result Fut.t -> ('c, 'b) result Fut.t
val fetch_response_json : Brr_io.Fetch.Response.t -> (Brr.Json.t, api_error) result Fut.t
val execute_code : string -> Quill_api.code_execution_result response
val fetch_document : string -> string response