diff options
| author | Maxime Dénès | 2017-06-20 10:47:40 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-20 10:47:40 +0200 |
| commit | 9c5378131c90c7fb819743d8e79c226492a0331f (patch) | |
| tree | 444f14b11613ebd90d7a9d154cd484f6624b6753 /API | |
| parent | 6cae6006a95ca7587180a1293ab41d48877e79ea (diff) | |
| parent | d8874dd855d748aaaf504890487ab15ffd7a677d (diff) | |
Merge PR#774: [ide] Add route_id parameter to query call.
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/API/API.mli b/API/API.mli index 6f86043b51..1e078bb77e 100644 --- a/API/API.mli +++ b/API/API.mli @@ -2298,10 +2298,9 @@ sig | VtQed of vernac_qed_type | VtProofStep of proof_step | VtProofMode of string - | VtQuery of vernac_part_of_script * report_with + | VtQuery of vernac_part_of_script * Feedback.route_id | VtStm of vernac_control * vernac_part_of_script | VtUnknown - and report_with = Stateid.t * Feedback.route_id and vernac_qed_type = Vernacexpr.vernac_qed_type = | VtKeep | VtKeepAsAxiom |
