diff options
Diffstat (limited to 'stdlib/sort.ml')
-rw-r--r-- | stdlib/sort.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/sort.ml b/stdlib/sort.ml index 1b694bfff..d4b6ad0b1 100644 --- a/stdlib/sort.ml +++ b/stdlib/sort.ml @@ -1,3 +1,16 @@ +(***********************************************************************) +(* *) +(* Caml Special Light *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1995 Institut National de Recherche en Informatique et *) +(* Automatique. Distributed only by permission. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + (* Merging and sorting *) let rec merge order l1 l2 = |