Module Trust_system.Banned_status

module Stable : sig ... end
type t = Stable.Latest.t =
| Unbanned
| Banned_until of Core_kernel.Time.t
val to_yojson : Stable.Latest.t -> [> `Assoc of (string * [> `String of Core_kernel__.Import.string ]) list | `String of string ]
val of_yojson : [> `Assoc of (string * [> `String of string ]) list | `String of string ] -> ( Stable.Latest.t, string ) Core_kernel._result