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.server/Quill_server/Handler/index.html

Module Quill_server.HandlerSource

Sourceval not_found : 'a -> Dream.response Dream.promise
Sourceval editor_loader_crunched : 'a -> string -> 'b -> Dream.response Dream.promise
Sourceval asset_loader_crunched : 'a -> string -> 'b -> Dream.response Dream.promise
Sourceval project_root : string
Sourceval editor_source_dir : string
Sourceval asset_source_dir : string
Sourceval serve_editor_static : Dream.handler
Sourceval serve_asset_static : Dream.handler
Sourceval serve_document_content : string -> string -> Dream.request -> Dream.response Dream.promise
Sourceval serve_document_editor : 'a -> Dream.response Dream.promise
Sourceval serve_directory_index : string -> 'a -> Dream.response Dream.promise
Sourceval handle_root : string -> 'a -> Dream.response Dream.promise
Sourceval handle_named_document : string -> Dream.request -> Dream.response Dream.promise
Sourceval get_toplevel_id : 'a -> string
Sourceval execute_code : 'a Dream.message -> Dream.response Lwt.t