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

3 lines
89 B
OCaml
Raw Permalink Normal View History

2025-02-27 18:35:13 -05:00
(* load the above function in the REPL and then: *)
PolyML.export("doSleep.o", doSleep);