aboutsummaryrefslogtreecommitdiff
path: root/lib/dispatch.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dispatch.ml')
-rw-r--r--lib/dispatch.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dispatch.ml b/lib/dispatch.ml
index c75dc26..65c84ef 100644
--- a/lib/dispatch.ml
+++ b/lib/dispatch.ml
@@ -1,6 +1,6 @@
open Core
-module Make(H : S.Handler) = struct
+module Make(H : S.Handler) : S.Dispatch = struct
type dispatch_event =
| HELLO of Yojson.Safe.json
| READY of Yojson.Safe.json