1 2 3 4 5 6
open Core type t = { reason: string option [@default None]; user: User_t.t; } [@@deriving sexp, yojson]