Module type Adaptor.Delim.SPEC_NAMES

module type SPEC_NAMES = sig .. end
Input signature for Adaptor.Delim.Make_names. Specifies the values necessary for building a specialized delim adaptor, including a list of field neams.

val options : Delimited.options
The options to use for splitting into fields.
val names : string list
The names of the fields, in order.