diff options
| author | letouzey | 2012-10-02 15:57:23 +0000 |
|---|---|---|
| committer | letouzey | 2012-10-02 15:57:23 +0000 |
| commit | d863709ee2fcb920a256f1dfb96cbcbf25cdac80 (patch) | |
| tree | 00434fd94e72d71c92982c8a937de267004a3060 /intf/glob_term.mli | |
| parent | 62aa6ad82ed5d986da1b979296a82fb46e64b55d (diff) | |
avoid referring to Term in constrexpr.mli and glob_term.mli
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15842 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf/glob_term.mli')
| -rw-r--r-- | intf/glob_term.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/intf/glob_term.mli b/intf/glob_term.mli index 560662423e..8e7b012b0a 100644 --- a/intf/glob_term.mli +++ b/intf/glob_term.mli @@ -14,11 +14,7 @@ and notations are done, but coercions, inference of implicit arguments and pattern-matching compilation are not. *) -open Pp open Names -open Sign -open Term -open Libnames open Globnames open Decl_kinds open Misctypes |
