diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tactics.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml index 695bb3bc7a..989944ae99 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -1904,7 +1904,7 @@ let abstract_subproof name tac gls = (delete_current_proof(); raise e) in (* Faudrait un peu fonctionnaliser cela *) let cd = Entries.DefinitionEntry const in - let sp = Declare.declare_constant na (cd,IsProof Lemma) in + let sp = Declare.declare_internal_constant na (cd,IsProof Lemma) in let newenv = Global.env() in constr_of_reference (ConstRef (snd sp)) in |
