diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-05-29 11:08:59 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-05-29 11:08:59 +0000 |
commit | 525090840aa3cd661bdac013860766fcc3886731 (patch) | |
tree | b7e05642672ba885323356ad4104e61559625986 /tactics | |
parent | c5a24b05f8058f7009f9c9d8085a84ad454174ad (diff) |
slim down a bit genarg.ml (pr_intro_pattern forgotten there)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15380 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r-- | tactics/tacinterp.ml | 1 | ||||
-rw-r--r-- | tactics/tactics.ml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 9b4df0ad5..462ffdc38 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -53,6 +53,7 @@ open Pcoq open Compat open Evd open Misctypes +open Miscops open Locus let safe_msgnl s = diff --git a/tactics/tactics.ml b/tactics/tactics.ml index ab4b08e7d..75f0b4a51 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -37,7 +37,6 @@ open Tacticals open Hipattern open Coqlib open Nametab -open Genarg open Tacexpr open Decl_kinds open Evarutil @@ -47,6 +46,7 @@ open Unification open Locus open Locusops open Misctypes +open Miscops exception Bound |