package delimited_parsing

  1. Overview
  2. Docs
type t = [
  1. | `No
  2. | `Yes
  3. | `Limit of string list
  4. | `Replace of string list
  5. | `Add of string list
  6. | `Transform of (string list -> string list) Core.sexp_opaque
]
val sexp_of_t : t -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.