aboutsummaryrefslogtreecommitdiff
path: root/coqpp
diff options
context:
space:
mode:
authorGaƫtan Gilbert2019-05-21 13:52:52 +0200
committerEnrico Tassi2019-06-04 13:58:43 +0200
commit80602ad2acb5f497594b2e76b03b73a080847a07 (patch)
treed6f091e34e0e7a8c7e14d282b571b5f7808f4faf /coqpp
parent99154fcb97653c606d2e62e0a0521c4afddff44c (diff)
Replace ModifyProofStack by CloseProof
The only use of ModifyProofStack was in paramcoq for closing a proof.
Diffstat (limited to 'coqpp')
-rw-r--r--coqpp/coqpp_main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coqpp/coqpp_main.ml b/coqpp/coqpp_main.ml
index b118d9ec00..48f9ed30b0 100644
--- a/coqpp/coqpp_main.ml
+++ b/coqpp/coqpp_main.ml
@@ -358,7 +358,7 @@ let print_atts_right fmt = function
fprintf fmt "(Attributes.parse %s%a atts)" nota aux atts
let understand_state = function
- | "proof_stack" -> "VtModifyProofStack", false
+ | "close_proof" -> "VtCloseProof", false
| "maybe_open_proof" -> "VtMaybeOpenProof", true
| "open_proof" -> "VtOpenProof", true
| "proof" -> "VtModifyProof", false