This commit is contained in:
cqc
2024-02-19 16:41:11 -06:00
parent 2e6991f3dc
commit f46dc86c6a
6 changed files with 116 additions and 78 deletions

View File

@ -1,4 +1,13 @@
open Js_of_ocaml
open Store
val run : init:string -> output:Dom_html.element Js.t -> unit -> unit
val run :
init:string ->
output:Dom_html.element Js.t ->
unit ->
?pp_code:Format.formatter ->
string ->
unit ->
unit Lwt.t
val setup_toplevel : unit -> unit