package ppx_sexp_conv

  1. Overview
  2. Docs

Module Ppx_sexp_conv_lib.Option

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