diff options
Diffstat (limited to 'plugins/decl_mode')
-rw-r--r-- | plugins/decl_mode/decl_proof_instr.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/decl_mode/decl_proof_instr.ml b/plugins/decl_mode/decl_proof_instr.ml index 83dd10742..ab5282e79 100644 --- a/plugins/decl_mode/decl_proof_instr.ml +++ b/plugins/decl_mode/decl_proof_instr.ml @@ -1472,8 +1472,7 @@ let do_instr raw_instr pts = else pts in Proof_global.simple_with_current_proof (fun _ _ -> pts); - postprocess pts raw_instr.instr; - Proof_global.set_proof_mode "Declarative" + postprocess pts raw_instr.instr let proof_instr raw_instr = let p = Proof_global.give_me_the_proof () in |