5 lines
100 B
OCaml
5 lines
100 B
OCaml
val test : string
|
|
-> ?depends:(string list)
|
|
-> (unit -> unit)
|
|
-> unit;;
|