Stable marriage problem: Difference between revisions

→‎{{header|OCaml}}: Marked incorrect as no output is shown.
(→‎{{header|Haskell}}: replaced with more verbose and corrected version)
(→‎{{header|OCaml}}: Marked incorrect as no output is shown.)
Line 539:
 
=={{header|OCaml}}==
{{incorrect|OCaml|No output is shown}}
 
<lang ocaml>let men = [
"abe", ["abi";"eve";"cath";"ivy";"jan";"dee";"fay";"bea";"hope";"gay"];
Line 727:
print engagements;
;;</lang>
 
 
=={{header|PicoLisp}}==
Anonymous user