init.ml
This commit is contained in:
11
toplevel.mli
11
toplevel.mli
@ -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
|
||||
|
||||
Reference in New Issue
Block a user