RosettaCodeData/Task/Repeat-a-string/OCaml/repeat-a-string-2.ocaml

2 lines
52 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
val string_repeat : bytes -> int -> string = <fun>