summaryrefslogtreecommitdiff
path: root/editor/app.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 15:49:48 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit54f6e68c051afec0d20c349352feee5356e11b35 (patch)
treeb9cf8c7c64538728c9f6e864896c00d32641b834 /editor/app.ml
parentfe2cced55e1b44dbae57e55fe0f459c85e7369cb (diff)
Update editor code
Diffstat (limited to 'editor/app.ml')
-rwxr-xr-xeditor/app.ml7
1 files changed, 0 insertions, 7 deletions
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