summaryrefslogtreecommitdiff
path: root/editor/actions/event.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/event.ml')
-rwxr-xr-xeditor/actions/event.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/actions/event.ml b/editor/actions/event.ml
index 5e30587..21e3d3a 100755
--- a/editor/actions/event.ml
+++ b/editor/actions/event.ml
@@ -1,4 +1,5 @@
module type Handler = sig
+
type t
val apply: t -> State.t -> State.t