struct
  type t = [
    | `None
    | `Same_active_condition
  ] [@@deriving yojson]
end