From 3845c2333df00c75bc2ffaca8bcaaa76fbad1d66 Mon Sep 17 00:00:00 2001 From: gareuselesinge Date: Mon, 30 Sep 2013 16:10:01 +0000 Subject: 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 --- intf/vernacexpr.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'intf') diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index 97b038f5c7..28c8c6c9f3 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 -- cgit v1.2.3