aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorfilliatr2000-11-02 14:33:31 +0000
committerfilliatr2000-11-02 14:33:31 +0000
commite59113f1bdf4d8c98d956c01f51ae019942d92cd (patch)
treec1ef110c92fbab4112b3e8584e8a8b649f435a70 /library
parentf0a793f123683eaab6bab9968725febe7c311f05 (diff)
suppression des (* open Generic *)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@793 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library')
-rw-r--r--library/declare.ml1
-rw-r--r--library/global.ml1
-rw-r--r--library/impargs.ml1
-rw-r--r--library/indrec.ml1
4 files changed, 0 insertions, 4 deletions
diff --git a/library/declare.ml b/library/declare.ml
index e8aba9fe1f..b46cf0e581 100644
--- a/library/declare.ml
+++ b/library/declare.ml
@@ -4,7 +4,6 @@
open Pp
open Util
open Names
-(* open Generic *)
open Term
open Sign
open Declarations
diff --git a/library/global.ml b/library/global.ml
index 52ea329860..118a189c6c 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -2,7 +2,6 @@
(* $Id$ *)
open Util
-(* open Generic *)
open Term
open Instantiate
open Sign
diff --git a/library/impargs.ml b/library/impargs.ml
index 8dc830fae0..b479dc5b9c 100644
--- a/library/impargs.ml
+++ b/library/impargs.ml
@@ -2,7 +2,6 @@
(* $Id$ *)
open Names
-(* open Generic *)
open Term
open Reduction
open Declarations
diff --git a/library/indrec.ml b/library/indrec.ml
index a11ca751be..bbd4e62c2a 100644
--- a/library/indrec.ml
+++ b/library/indrec.ml
@@ -4,7 +4,6 @@
open Pp
open Util
open Names
-(* open Generic *)
open Term
open Declarations
open Inductive