git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5742 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2003-07-25 21:40:06 +00:00
parent 9a52b96cdf
commit 21caeb3027
2 changed files with 2 additions and 2 deletions

View File

@ -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).
*) *)

View File

@ -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).
*) *)