From bab9baefceedda169095ddcc16df47d35b2f6af3 Mon Sep 17 00:00:00 2001 From: gareuselesinge Date: Thu, 8 Aug 2013 18:53:05 +0000 Subject: 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 --- intf/vernacexpr.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intf') diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index 5bfea4e344..30124e5d0d 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 -- cgit v1.2.3