summaryrefslogtreecommitdiff
path: root/editor/actions/event.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/event.ml')
-rwxr-xr-xeditor/actions/event.ml9
1 files changed, 0 insertions, 9 deletions
diff --git a/editor/actions/event.ml b/editor/actions/event.ml
deleted file mode 100755
index 21e3d3a..0000000
--- a/editor/actions/event.ml
+++ /dev/null
@@ -1,9 +0,0 @@
-module type Handler = sig
-
- type t
-
- val apply: t -> State.t -> State.t
-
-end
-
-type t = E : 'a * (module Handler with type t = 'a) -> t