diff options
| author | Carst Tankink | 2014-08-01 11:45:13 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-08-04 16:13:59 +0200 |
| commit | 188b47917ed7de53fe5c37a39c8463a804fae038 (patch) | |
| tree | 142b33b2e759f51d69528d060ee386c5aae585ce /intf | |
| parent | b44eaad7da9787762ab51e3a3cee985805c862e4 (diff) | |
STM: VtQuery holds the id of the state it refers to
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index f620652280..1101571e55 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -449,9 +449,10 @@ type vernac_type = | VtQed of vernac_qed_type | VtProofStep | VtProofMode of string - | VtQuery of vernac_part_of_script + | VtQuery of vernac_part_of_script * report_with | VtStm of vernac_control * vernac_part_of_script | VtUnknown +and report_with = Stateid.t (* report feedback on a different id *) and vernac_qed_type = VtKeep | VtDrop (* Qed/Admitted, Abort *) and vernac_start = string * opacity_guarantee * Id.t list and vernac_sideff_type = Id.t list |
