Skip to content

Commit

Permalink
unix: fixed typing of unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Feb 5, 2020
1 parent 2ee0d12 commit 19866ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unix/bistro_unix.mli
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ val wget_dyn :
val gzip : 'a file -> 'a gz file
val gunzip : 'a gz file -> 'a file
val bunzip2 : 'a bz2 file -> 'a file
val unzip : 'a zip file -> 'a file
val unzip : 'a zip file -> 'a path workflow
val tar_xf :
?strip_components:int ->
'a tar file ->
Expand Down

0 comments on commit 19866ed

Please sign in to comment.