From 62b7689d0af62daee569e7d8ab3c641af756e6ef Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Mon, 4 Feb 2019 13:21:52 -0700 Subject: Update yojson to 1.6.0 --- lib/sharder.mli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/sharder.mli') diff --git a/lib/sharder.mli b/lib/sharder.mli index f5002ee..53ab280 100644 --- a/lib/sharder.mli +++ b/lib/sharder.mli @@ -44,7 +44,7 @@ module Shard : sig (** Set the status of the shard. *) val set_status : - status:Yojson.Safe.json -> + status:Yojson.Safe.t -> shard -> shard Deferred.t @@ -69,13 +69,13 @@ end (** Calls {!Shard.set_status} for each shard registered with the sharder. *) val set_status : - status:Yojson.Safe.json -> + status:Yojson.Safe.t -> t -> Shard.shard list Deferred.t -(** Like {!set_status} but takes a function with a {{!Shard.shard}shard} as its parameter and {{!Yojson.Safe.json}json} for its return. *) +(** Like {!set_status} but takes a function with a {{!Shard.shard}shard} as its parameter and {{!Yojson.Safe.t}json} for its return. *) val set_status_with : - f:(Shard.shard -> Yojson.Safe.json) -> + f:(Shard.shard -> Yojson.Safe.t) -> t -> Shard.shard list Deferred.t -- cgit v1.2.3