Module Ppx_yojson_conv_lib.Option

type 'a t = 'a option =
  1. | None
  2. | Some of 'a