package quill

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

raven-1.0.0.alpha2.tbz
sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2
sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f

doc/quill.browser/Quill_browser/Update/index.html

Module Quill_browser.UpdateSource

Sourcetype msg =
  1. | Focus_inline_by_id of int
  2. | Focus_block_by_id of int
  3. | Set_document of Quill_editor.Document.block list
  4. | Replace_block_codeblock of int
  5. | Split_block of int * int * int
  6. | Update_codeblock of int * string
  7. | Code_execution_finished of int * Quill_api.code_execution_result
Sourceval log : ('a, unit, string, unit) format4 -> 'a
Sourceval update_codeblock : Quill_editor.Document.block -> int -> string -> Quill_editor.Document.block
Sourceval focus_inline_by_id : Quill_editor.Document.block list -> int -> Quill_editor.Document.t
Sourceval focus_block_by_id : Quill_editor.Document.block list -> int -> Quill_editor.Document.block list
Sourceval update : Model.t -> msg -> Model.t