package csvfields

  1. Overview
  2. Docs

Source file state.ml

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

Innovation. Community. Security.