RosettaCodeData/Task/Sleep/Standard-ML/sleep-2.ml
2025-02-27 18:35:13 -05:00

2 lines
89 B
OCaml

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