aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.ml
diff options
context:
space:
mode:
authorHugo Herbelin2015-09-23 18:25:15 +0200
committerHugo Herbelin2015-09-23 18:25:15 +0200
commit2ba2ca96be88bad5cd75a02c94cc48ef4f5209b7 (patch)
tree7546ab8a3bf1a0e2b5a75028e9efcade1d8d4321 /tactics/tactics.ml
parent13716dc6561a3379ba130f07ce7ecd1df379475c (diff)
Hopefully better names to constructors of internal_flag, as discussed
with Enrico.
Diffstat (limited to 'tactics/tactics.ml')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index ad7ff14e6b..b113ed31e9 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -4450,7 +4450,7 @@ let abstract_subproof id gk tac =
let cd = Entries.DefinitionEntry const in
let decl = (cd, IsProof Lemma) in
(** ppedrot: seems legit to have abstracted subproofs as local*)
- let cst = Declare.declare_constant ~internal:Declare.KernelSilent ~local:true id decl in
+ let cst = Declare.declare_constant ~internal:Declare.InternalTacticRequest ~local:true id decl in
(* let evd, lem = Evd.fresh_global (Global.env ()) evd (ConstRef cst) in *)
let lem, ctx = Universes.unsafe_constr_of_global (ConstRef cst) in
let evd = Evd.set_universe_context evd ectx in