diff options
| author | gareuselesinge | 2013-10-10 11:22:50 +0000 |
|---|---|---|
| committer | gareuselesinge | 2013-10-10 11:22:50 +0000 |
| commit | 318f95e2ac69b04619c9aed11605fed62a59770b (patch) | |
| tree | baf71cb5dca010afd0fcb66a330086a0fde809d7 /intf/vernacexpr.mli | |
| parent | 4e13159efc009d8f534a3502124a1b8148407b24 (diff) | |
STM: add "Stm Wait" to wait for the slaves to complete their jobs
Used by fake_ide, that before editing a broken proof has to be sure
Coq known the proof is broken.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16868 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf/vernacexpr.mli')
| -rw-r--r-- | intf/vernacexpr.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index d05a25596f..2e23d22732 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -219,6 +219,7 @@ type bullet = type 'a stm_vernac = | JoinDocument | Finish + | Wait | PrintDag | Observe of Stateid.t | Command of 'a (* An out of flow command not to be recorded by Stm *) @@ -436,6 +437,7 @@ and vernac_is_alias = bool and vernac_part_of_script = bool and vernac_control = | VtFinish + | VtWait | VtJoinDocument | VtPrintDag | VtObserve of Stateid.t |
