Skip to content

Commit

Permalink
simple -> natural?
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche authored and Octachron committed Mar 8, 2022
1 parent cb10fcd commit 1179905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/src/cmds/tail-mod-cons.etex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Note: this feature is considered experimental, and its interface may
evolve, with user feedback, in the next few releases of the language.

Consider the simple way of implementing the "List.map" function:
Consider this natural implementation of the "List.map" function:
\begin{caml_example*}{verbatim}
let rec map f l =
match l with
Expand Down

0 comments on commit 1179905

Please sign in to comment.