Module Delimited_parsing.Csv.On_invalid_row

type 'a t = 'a on_invalid_row
val raise : _ t

The default.

val skip : _ t

The default.

val create : (int Core.String.Map.t ‑> string Fast_queue.t ‑> exn ‑> [ `Skip | `Yield of 'a | `Raise of exn ]) ‑> 'a t