Module Serlib.Ser_deprecationSource

Sourcetype t = Deprecation.t = {
  1. since : string option;
  2. note : string option;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t