summaryrefslogtreecommitdiff
path: root/editor/app/editor_app.mli
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app/editor_app.mli')
-rw-r--r--editor/app/editor_app.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/app/editor_app.mli b/editor/app/editor_app.mli
index 3c7646b..dade546 100644
--- a/editor/app/editor_app.mli
+++ b/editor/app/editor_app.mli
@@ -12,3 +12,5 @@ type event = E : 'a * (module Event with type t = 'a) -> event
val run
: ?eq:(State.t -> State.t -> bool) -> State.t -> event Note.E.t -> State.t Note.S.t
+val ev
+ : (module Event with type t = 's) -> 's -> event