Module Stable.V1

type t =
| Unbanned
| Banned_until of Core_kernel.Time.t
val bin_shape_t : Core_kernel.Bin_prot.Shape.t
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_t : t Core_kernel.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val to_latest : 'a -> 'a
val to_yojson : 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 ] -> ( t, string ) Core_kernel._result