From c6265278f05aa4d3af60e420f2d4d13e4bce8ad7 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 3 Dec 2021 04:19:53 +0100 Subject: Removed the application mecanism from the state module --- editor/actions/import.ml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editor/actions/import.ml') diff --git a/editor/actions/import.ml b/editor/actions/import.ml index 13ed938..c847ed3 100755 --- a/editor/actions/import.ml +++ b/editor/actions/import.ml @@ -1,4 +1,5 @@ module Js = Js_of_ocaml.Js +module App = Editor_app let uncheck_import = fun ~previous ~update -> @@ -53,7 +54,7 @@ let create () = in Note.E.map - (fun v -> State.E + (fun v -> App.E ( v - , (module M : State.Event with type t = M.t ))) + , (module M : App.Event with type t = M.t ))) (Note.E.Option.on_some ev) -- cgit v1.2.3