Module type Adaptor.Key_value.SPEC

module type SPEC = sig .. end
Input signature for Adaptor.Key_value.Make. Specifies the values necessary for building a specialized key-value adaptor.

val delim : char
Character to separate the key from the value.
val comment : string
Comment line string.