Floyd-Warshall algorithm: Difference between revisions

Content added Content deleted
Line 4,317: Line 4,317:
{{trans|OCaml}}
{{trans|OCaml}}
{{works with|MLton|20210117}}
{{works with|MLton|20210117}}
{{works with|Poly/ML|5.9}}


You have to comment out the call to '''main ()''' if you are using Poly/ML. The code as is works with MLton.

(Poly/ML is a separate compiler that, by itself, looks for a '''main''' function to start the program at.)




Line 4,636: Line 4,642:
end;
end;


(* Comment out the following line, if you are using Poly/ML. *)
main ();
main ();