aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorgareuselesinge2013-10-07 16:17:55 +0000
committergareuselesinge2013-10-07 16:17:55 +0000
commit1e847b7898bb4cd37a003b3072570221610fb484 (patch)
treeee88885d6c5cccaadc0d79929af8f3e42ac006fb /intf
parent0cd0c393b12478cbf794f84bed5945f6fa7a8f39 (diff)
STM: new command "Stm PrintDag" to force printing the dag to /tmp
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16862 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 28c8c6c9f3..d05a25596f 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -219,6 +219,7 @@ type bullet =
type 'a stm_vernac =
| JoinDocument
| Finish
+ | PrintDag
| Observe of Stateid.t
| Command of 'a (* An out of flow command not to be recorded by Stm *)
| PGLast of 'a (* To ease the life of PG *)
@@ -436,6 +437,7 @@ and vernac_part_of_script = bool
and vernac_control =
| VtFinish
| VtJoinDocument
+ | VtPrintDag
| VtObserve of Stateid.t
| VtBack of Stateid.t
type vernac_when =