summaryrefslogtreecommitdiff
path: root/editor/app.ml
diff options
context:
space:
mode:
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