From 54f6e68c051afec0d20c349352feee5356e11b35 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 15:49:48 +0100 Subject: Update editor code --- editor/app.ml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 editor/app.ml (limited to 'editor/app.ml') diff --git a/editor/app.ml b/editor/app.ml deleted file mode 100755 index 9edc947..0000000 --- a/editor/app.ml +++ /dev/null @@ -1,7 +0,0 @@ -(** [update] is the event loop. - - The function take a new event, and apply it to the current state. *) -let update - : (Actions.Event.t, State.t) Application.t - = fun (E (t, (module EventHandler))) state -> - EventHandler.apply t state -- cgit v1.2.3