Order two numerical lists: Difference between revisions

Content added Content deleted
(clarification?)
Line 129: Line 129:
- : bool = false</lang>
- : bool = false</lang>


But we could write it explicitly this way:
The function that achieves the task:


<lang ocaml>let rec ordered_lists = function
<lang ocaml>let rec ordered_lists = function