aboutsummaryrefslogtreecommitdiff
path: root/lib/client.ml
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-14 08:32:20 -0700
committerAdelyn Breelove <[email protected]>2019-01-14 08:32:20 -0700
commitad6415d4dd2e7a595f4aa8a5e231ac875f61903c (patch)
tree1dec5d5f5f896eca8499071df50f3aa6370b1146 /lib/client.ml
parentMerge branch 'switch-to-deriving_yojson' into 'master' (diff)
downloaddisml-ad6415d4dd2e7a595f4aa8a5e231ac875f61903c.tar.xz
disml-ad6415d4dd2e7a595f4aa8a5e231ac875f61903c.zip
Member methods are here
Diffstat (limited to 'lib/client.ml')
-rw-r--r--lib/client.ml2
1 files changed, 1 insertions, 1 deletions
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)