aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-20 02:43:45 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-20 02:45:26 +0100
commit5f703bbb8b4f439af9d76b1f6ef24162b67049c2 (patch)
tree52f9d461a62164034bc21fed120ca8b153cf28a0
parent4f52bd681ad9bbcbbd68406a58b47d8e962336ed (diff)
Moving Tacintern to Hightactics.
-rw-r--r--tactics/hightactics.mllib1
-rw-r--r--tactics/tactics.mllib1
-rw-r--r--toplevel/vernacentries.ml1
3 files changed, 1 insertions, 2 deletions
diff --git a/tactics/hightactics.mllib b/tactics/hightactics.mllib
index b18d148ec..468b938b6 100644
--- a/tactics/hightactics.mllib
+++ b/tactics/hightactics.mllib
@@ -1,3 +1,4 @@
+Tacintern
Tacentries
Tacinterp
Evar_tactics
diff --git a/tactics/tactics.mllib b/tactics/tactics.mllib
index 584cc0b73..b495a885f 100644
--- a/tactics/tactics.mllib
+++ b/tactics/tactics.mllib
@@ -19,7 +19,6 @@ Taccoerce
Tacenv
Hints
Auto
-Tacintern
Tactic_matching
Tactic_debug
Term_dnet
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index bbfa8818b..bdd52d5be 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -1427,7 +1427,6 @@ let vernac_check_may_eval redexp glopt rc =
pr_ne_evar_set (fnl () ++ str "where" ++ fnl ()) (mt ()) sigma' l ++
Printer.pr_universe_ctx sigma uctx)
| Some r ->
- Tacintern.dump_glob_red_expr r;
let (sigma',r_interp) = Hook.get f_interp_redexp env sigma' r in
let redfun env evm c =
let (redfun, _) = reduction_of_red_expr env r_interp in