From 6639625c1e24e764692ec9d65939ff9ef50d76df Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 13:43:47 +0100 Subject: Rename application functions --- editor/actions/export.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/actions/export.ml') diff --git a/editor/actions/export.ml b/editor/actions/export.ml index ea4f8ce..27c6a26 100755 --- a/editor/actions/export.ml +++ b/editor/actions/export.ml @@ -5,7 +5,7 @@ module M = struct type t = unit - let update + let process : t -> State.t -> State.t = fun _ state -> @@ -33,4 +33,4 @@ end (** Create a new element *) let create : unit -> App.event - = fun () -> App.ev (module M) () + = fun () -> App.dispatch (module M) () -- cgit v1.2.3