diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-14 08:32:20 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-14 08:32:20 -0700 |
| commit | ad6415d4dd2e7a595f4aa8a5e231ac875f61903c (patch) | |
| tree | 1dec5d5f5f896eca8499071df50f3aa6370b1146 /lib/client.ml | |
| parent | Merge branch 'switch-to-deriving_yojson' into 'master' (diff) | |
| download | disml-ad6415d4dd2e7a595f4aa8a5e231ac875f61903c.tar.xz disml-ad6415d4dd2e7a595f4aa8a5e231ac875f61903c.zip | |
Member methods are here
Diffstat (limited to 'lib/client.ml')
| -rw-r--r-- | lib/client.ml | 2 |
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) |