aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/lemmas.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stm/lemmas.ml')
-rw-r--r--stm/lemmas.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/stm/lemmas.ml b/stm/lemmas.ml
index c40000811..5d2babaca 100644
--- a/stm/lemmas.ml
+++ b/stm/lemmas.ml
@@ -323,7 +323,7 @@ let standard_proof_terminator compute_guard hook =
let open Proof_global in function
| Admitted ->
admit hook ();
- Pp.feedback Interface.AddedAxiom
+ Pp.feedback Feedback.AddedAxiom
| Proved (is_opaque,idopt,proof) ->
let proof = get_proof proof compute_guard hook is_opaque in
begin match idopt with
@@ -337,7 +337,7 @@ let universe_proof_terminator compute_guard hook =
let open Proof_global in function
| Admitted ->
admit (hook Evd.empty_evar_universe_context) ();
- Pp.feedback Interface.AddedAxiom
+ Pp.feedback Feedback.AddedAxiom
| Proved (is_opaque,idopt,proof) ->
let proof = get_proof proof compute_guard
(hook proof.Proof_global.universes) is_opaque in