some progress

This commit is contained in:
cqc
2024-02-14 16:15:49 -06:00
parent 0f1fd67e8a
commit e2a574d215
18 changed files with 1420 additions and 216 deletions

11
toplevel.mli Normal file
View File

@ -0,0 +1,11 @@
open Js_of_ocaml
open Store
val run :
(container:
(* storeview:S.tree Lwt.t ->*)
Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t ->
textbox:Js_of_ocaml.Dom_html.textAreaElement Js_of_ocaml.Js.t ->
unit) ->
unit ->
unit