Skip to content

Commit

Permalink
simple -> natural?
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche committed Nov 29, 2021
1 parent 96c6a6a commit f37cf86
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 f37cf86

Please sign in to comment.