summaryrefslogtreecommitdiffstats
path: root/stdlib/sort.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/sort.mli')
-rw-r--r--stdlib/sort.mli13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/sort.mli b/stdlib/sort.mli
index 1378d0720..a64d7db99 100644
--- a/stdlib/sort.mli
+++ b/stdlib/sort.mli
@@ -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$ *)
+
(* Module [Sort]: sorting and merging lists *)
val list : ('a -> 'a -> bool) -> 'a list -> 'a list