typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5742 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
9a52b96cdf
commit
21caeb3027
|
@ -273,5 +273,5 @@ val merge : ('a -> 'a -> int) -> 'a list -> 'a list -> 'a list
|
||||||
sorted list containting all the elements of [l1] and [l2].
|
sorted list containting all the elements of [l1] and [l2].
|
||||||
If several elements compare equal, the elements of [l1] will be
|
If several elements compare equal, the elements of [l1] will be
|
||||||
before the elements of [l2].
|
before the elements of [l2].
|
||||||
Not tail-recursive (sum of the lenghts of the arguments).
|
Not tail-recursive (sum of the lengths of the arguments).
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -279,5 +279,5 @@ val merge : cmp:('a -> 'a -> int) -> 'a list -> 'a list -> 'a list
|
||||||
sorted list containting all the elements of [l1] and [l2].
|
sorted list containting all the elements of [l1] and [l2].
|
||||||
If several elements compare equal, the elements of [l1] will be
|
If several elements compare equal, the elements of [l1] will be
|
||||||
before the elements of [l2].
|
before the elements of [l2].
|
||||||
Not tail-recursive (sum of the lenghts of the arguments).
|
Not tail-recursive (sum of the lengths of the arguments).
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue