aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/gmap.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gmap.mli')
-rw-r--r--lib/gmap.mli14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/gmap.mli b/lib/gmap.mli
index 45b04151e..626888d57 100644
--- a/lib/gmap.mli
+++ b/lib/gmap.mli
@@ -1,10 +1,10 @@
-(***********************************************************************
- v * The Coq Proof Assistant / The Coq Development Team
- <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud
- \VV/ *************************************************************
- // * This file is distributed under the terms of the
- * GNU Lesser General Public License Version 2.1
- ***********************************************************************)
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
(** Maps using the generic comparison function of ocaml. Same interface as
the module [Map] from the ocaml standard library. *)