diff options
Diffstat (limited to 'lib/dispatch.ml')
| -rw-r--r-- | lib/dispatch.ml | 2 |
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 |