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/http.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http.ml') diff --git a/lib/http.ml b/lib/http.ml index 9ef9334..58bdd4e 100644 --- a/lib/http.ml +++ b/lib/http.ml @@ -1,4 +1,4 @@ -module Make(T : S.Token) = struct +module Make(T : S.ClientOptions) = struct open Core open Async open Cohttp -- cgit v1.2.3