From ad6415d4dd2e7a595f4aa8a5e231ac875f61903c Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Mon, 14 Jan 2019 08:32:20 -0700 Subject: Member methods are here --- lib/client.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/client.ml') diff --git a/lib/client.ml b/lib/client.ml index 6ee4a3a..45b6d54 100644 --- a/lib/client.ml +++ b/lib/client.ml @@ -1,4 +1,4 @@ -module Make(T : S.Token)(H : S.Handler_f) = struct +module Make(T : S.ClientOptions)(H : S.Handler_f) = struct open Async module Http = Http.Make(T) -- cgit v1.2.3