package quill

  1. Overview
  2. Docs
Interactive notebook for OCaml data science

Install

Dune Dependency

Authors

Maintainers

Sources

raven-1.0.0.alpha0.tbz
sha256=a9a8a9787f8250337187bb7b21cb317c41bfd2ecf08bcfe0ab407c7b6660764d
sha512=fe13cf257c487e41efe2967be147d80fa94bac8996d3aab2b8fd16f0bbbd108c15e0e58c025ec9bf294d4a0d220ca2ba00c3b1b42fa2143f758c5f0ee4c15782

doc/quill.editor/Quill_editor/Api/index.html

Module Quill_editor.ApiSource

Sourceval log : ('a, unit, string, unit) format4 -> 'a
Sourcetype api_error =
  1. | Fetch_error of Jv.Error.t
  2. | Http_error of Brr_io.Fetch.Response.t
  3. | Json_parse_error of string
  4. | Invalid_response of string * Jv.t option
Sourcetype 'a response = ('a, api_error) Fut.result
Sourceval string_of_api_error : api_error -> string
Sourceval map_fut_error : ('a -> 'b) -> ('c, 'a) result Fut.t -> ('c, 'b) result Fut.t
Sourceval execute_code : string -> Quill_api.code_execution_result response
Sourceval fetch_document : string -> string response
OCaml

Innovation. Community. Security.