Merge pull request #309 from hcarty/patch-1

Document that ( @ ) is not tail recursive
master
Alain Frisch 2015-11-24 16:03:36 +01:00
commit 3cbeede734
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ external snd : 'a * 'b -> 'b = "%field1"
*)
val ( @ ) : 'a list -> 'a list -> 'a list
(** List concatenation. *)
(** List concatenation. Not tail-recursive (length of the first argument). *)