aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
authorGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-08 18:53:05 +0000
committerGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-08 18:53:05 +0000
commitbab9baefceedda169095ddcc16df47d35b2f6af3 (patch)
tree5652faa8dfcf8e885a30fed07b7b7c17b264d679 /intf/vernacexpr.mli
parentc81254903e1e50a2305cd48ccfb673d9737afc48 (diff)
stm: (initial) support for -coq-slaves
Stm contains many TODO items to improve the thing, but it should be already possible to play with it (but not use it in production). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16684 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 5bfea4e34..30124e5d0 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -428,7 +428,7 @@ type vernac_type =
| VtQuery of vernac_part_of_script
| VtStm of vernac_control * vernac_part_of_script
| VtUnknown
-and vernac_qed_type = KeepProof | DropProof (* Qed, Admitted/Abort *)
+and vernac_qed_type = VtKeep | VtDrop (* Qed/Admitted, Abort *)
and vernac_start = string * Id.t list
and vernac_sideff_type = Id.t list
and vernac_is_alias = bool