From 8078a13e2382ce85fba3bd0bb8b22e336e8cb6a9 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Thu, 17 Jan 2019 10:41:38 -0700 Subject: Fix mli files and add member methods back --- lib/models/channel.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/models/channel.mli') diff --git a/lib/models/channel.mli b/lib/models/channel.mli index 4d67e94..6ca814e 100644 --- a/lib/models/channel.mli +++ b/lib/models/channel.mli @@ -1,6 +1,6 @@ open Async +include module type of Channel_t -type t = Channel_t.t val say : content:string -> t -> Message_t.t Deferred.Or_error.t val send_message : ?embed:Yojson.Safe.json -> -- cgit v1.2.3