Skip to content

Commit

Permalink
commented header parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSchuetz committed Mar 20, 2017
1 parent 628d97a commit cd44c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csv.urs
Expand Up @@ -3,13 +3,13 @@
val importTable : fs ::: {Type} -> cs ::: {{Unit}}
-> $(map sql_injectable fs) -> $(map read fs) -> folder fs
-> sql_table fs cs
-> int
-> int (* the number of header lines to skip *)
-> string
-> transaction unit

val parse : fs ::: {Type}
-> $(map sql_injectable fs) -> $(map read fs) -> folder fs
-> int
-> int (* the number of header lines to skip *)
-> string
-> list $fs

Expand Down

0 comments on commit cd44c14

Please sign in to comment.