aboutsummaryrefslogtreecommitdiff
path: root/kernel/modops.ml
diff options
context:
space:
mode:
authorherbelin2010-05-09 14:48:55 +0000
committerherbelin2010-05-09 14:48:55 +0000
commitbf8f56f2a19fab3c7de947c0dc928e7b4f4ac6ff (patch)
tree26641b0d0c3057950cbe9d990b0a088e09ea9b09 /kernel/modops.ml
parentb46df5d90fd3f4a878a1804c4ee0abb5098b71d1 (diff)
Added a few informations about file lineages (for the most part in kernel)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13005 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/modops.ml')
-rw-r--r--kernel/modops.ml13
1 files changed, 9 insertions, 4 deletions
diff --git a/kernel/modops.ml b/kernel/modops.ml
index 084fdd4f41..38f59abe3d 100644
--- a/kernel/modops.ml
+++ b/kernel/modops.ml
@@ -6,7 +6,15 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i*)
+(* Created by Jacek Chrzaszcz, Aug 2002 as part of the implementation of
+ the Coq module system *)
+(* Inlining and more liberal use of modules and module types by Claudio
+ Sacerdoti, Nov 2004 *)
+(* New structure-based model of modules and miscellaneous bug fixes by
+ Élie Soubiran, from Feb 2008 *)
+
+(* This file provides with various operations on modules and module types *)
+
open Util
open Pp
open Names
@@ -16,9 +24,6 @@ open Declarations
open Environ
open Entries
open Mod_subst
-(*i*)
-
-
let error_existing_label l =
error ("The label "^string_of_label l^" is already declared.")