Chris00 / ocaml-csv

CSV library for OCaml
Other
136 stars 22 forks source link

Fixed csv_memory compile errors #23

Closed stephaniezablocki closed 6 years ago

stephaniezablocki commented 6 years ago

-Opened Csv module in csv_memory.ml to remove unbound module t error -Called Pervasives module for string compare rather than using custom compare as defined in csv.mli

Chris00 commented 6 years ago

@stephaniezablocki Not sure what you are trying to do. The library compiles fine without your changes — and does not compile with. Also, please read this.