aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
authorGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-09-30 16:10:01 +0000
committerGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-09-30 16:10:01 +0000
commit3845c2333df00c75bc2ffaca8bcaaa76fbad1d66 (patch)
tree537a54d198e77163079ae40fb838e562952505c4 /intf/vernacexpr.mli
parent0014a191e8d2fe1198c63fccf5590b1fedab287c (diff)
STM: better handle proof modes
Proof modes are really spaghetti code. It is a global state that you can't access (held by G_vernac). We stick it to the branches... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16820 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 97b038f5c..28c8c6c9f 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -424,6 +424,7 @@ type vernac_type =
| VtSideff of vernac_sideff_type
| VtQed of vernac_qed_type
| VtProofStep
+ | VtProofMode of string
| VtQuery of vernac_part_of_script
| VtStm of vernac_control * vernac_part_of_script
| VtUnknown