diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/declare.ml | 1 | ||||
| -rw-r--r-- | library/global.ml | 1 | ||||
| -rw-r--r-- | library/impargs.ml | 1 | ||||
| -rw-r--r-- | library/indrec.ml | 1 |
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 |
