diff options
| author | letouzey | 2012-05-29 11:09:35 +0000 |
|---|---|---|
| committer | letouzey | 2012-05-29 11:09:35 +0000 |
| commit | 5105781ae0c92dd1dc83ca209c0312725065e96d (patch) | |
| tree | 45bdf99ea830c4158a0c533a4a385c98cb34a4c1 /plugins/extraction | |
| parent | 929d25a05585dd702739b6979e3822bfa6cdbadb (diff) | |
remove many excessive open Util & Errors in mli's
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15392 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/extraction')
| -rw-r--r-- | plugins/extraction/miniml.mli | 2 | ||||
| -rw-r--r-- | plugins/extraction/mlutil.mli | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/extraction/miniml.mli b/plugins/extraction/miniml.mli index f96447c156..b733ac50f3 100644 --- a/plugins/extraction/miniml.mli +++ b/plugins/extraction/miniml.mli @@ -9,8 +9,6 @@ (*s Target language for extraction: a core ML called MiniML. *) open Pp -open Errors -open Util open Names open Globnames diff --git a/plugins/extraction/mlutil.mli b/plugins/extraction/mlutil.mli index 30f1df45dd..fadceabb2a 100644 --- a/plugins/extraction/mlutil.mli +++ b/plugins/extraction/mlutil.mli @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Errors -open Util open Names open Term open Globnames |
