fix types that merlin missed
This commit is contained in:
@ -107,7 +107,7 @@ let _ =
|
|||||||
let textbox : 'a Js.t =
|
let textbox : 'a Js.t =
|
||||||
by_id_coerce "userinput" Dom_html.CoerceTo.textarea
|
by_id_coerce "userinput" Dom_html.CoerceTo.textarea
|
||||||
in
|
in
|
||||||
let rootstore = Store.test_pull () in
|
let rootsync, rootstore = Store.test_pull () in
|
||||||
rootstore >>= fun rs ->
|
rootstore >>= fun rs ->
|
||||||
let workspace_store =
|
let workspace_store =
|
||||||
Store.S.Tree.find_tree rs [ ".config"; "workspace" ]
|
Store.S.Tree.find_tree rs [ ".config"; "workspace" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user