We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5da8e commit b03b4ddCopy full SHA for b03b4dd
ioSystem.ml
@@ -20,6 +20,10 @@ module String = struct
20
buffer
21
end
22
23
+(** The command line arguments of the program. *)
24
+let argv : string list =
25
+ Array.to_list Sys.argv
26
+
27
(** List the files of a directory. *)
28
let list_files (directory : string) : string list option Lwt.t =
29
Lwt.catch (fun _ ->
0 commit comments