package csvfields

  1. Overview
  2. Docs

Source file state.ml

1
2
3
4
5
type t =
  | StartField
  | InUnquotedField
  | InQuotedField
  | InQuotedFieldAfterQuote
OCaml

Innovation. Community. Security.