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/export.ml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'editor/actions/export.ml') diff --git a/editor/actions/export.ml b/editor/actions/export.ml index 71e3b64..657e0da 100755 --- a/editor/actions/export.ml +++ b/editor/actions/export.ml @@ -1,4 +1,5 @@ module Js = Js_of_ocaml.Js +module App = Editor_app module M = struct @@ -31,8 +32,8 @@ end (** Create a new element *) let create - : unit -> State.event + : unit -> App.event = fun () -> - State.E + App.E ( () - , (module M : State.Event with type t = M.t )) + , (module M : App.Event with type t = M.t )) -- cgit v1.2.3