Skip to content

Commit

Permalink
added Bistro.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Feb 10, 2020
1 parent 19866ed commit adfa498
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/bistro.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ class type tsv = object
method colum_separator : [`tab]
end

class type csv = object
inherit text
method colum_separator : [`comma]
end

class type ['a] zip = object
inherit binary_file
method format : [`zip]
Expand Down
5 changes: 5 additions & 0 deletions lib/bistro.mli
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@ class type tsv = object
method colum_separator : [`tab]
end

class type csv = object
inherit text
method colum_separator : [`comma]
end

class type ['a] zip = object
inherit binary_file
method format : [`zip]
Expand Down

0 comments on commit adfa498

Please sign in to comment.