init.ml
This commit is contained in:
@ -59,7 +59,9 @@ let setup_workspace ~container cstore : unit Lwt.t =
|
|||||||
(Headers.get headers "path"))
|
(Headers.get headers "path"))
|
||||||
in
|
in
|
||||||
let status = F.str "Name: %s; Path: %a" step Uri.pp_hum uri in
|
let status = F.str "Name: %s; Path: %a" step Uri.pp_hum uri in
|
||||||
let window = Tyxml_js.Html.[ "window" ] in
|
let window : Html_types.nmtokens =
|
||||||
|
Tyxml_js.Html.[ "window" ]
|
||||||
|
in
|
||||||
appendchild ~container
|
appendchild ~container
|
||||||
Tyxml_js.Html.(
|
Tyxml_js.Html.(
|
||||||
a
|
a
|
||||||
|
|||||||
Reference in New Issue
Block a user