RosettaCodeData/Task/Sleep/Standard-ML/sleep-2.ml

3 lines
89 B
OCaml

(* load the above function in the REPL and then: *)
PolyML.export("doSleep.o", doSleep);