From e59113f1bdf4d8c98d956c01f51ae019942d92cd Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 2 Nov 2000 14:33:31 +0000 Subject: suppression des (* open Generic *) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@793 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/declare.ml | 1 - library/global.ml | 1 - library/impargs.ml | 1 - library/indrec.ml | 1 - 4 files changed, 4 deletions(-) (limited to 'library') 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 -- cgit v1.2.3