diff options
| author | Emilio Jesus Gallego Arias | 2017-10-16 12:54:57 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-10-17 02:18:29 +0200 |
| commit | d9704f80a4f4b565f77368dbf7c9650d301a233d (patch) | |
| tree | 793abaa0029376d87801f27f2d09309f6af92af2 /API | |
| parent | ab915f905ca81018521db63cdd0f3126b35c69c6 (diff) | |
[stm] Remove VtBack from public classification.
We interpret meta-commands directly, instead of going by an
intermediate "classifier step".
The code could still use some further refactoring, in particular, the
`part_of_script` bit is a bit strange likely coming from some special
treatment of `VtMeta` in the `query` call, and should go away.
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli index e518cf583f..535f6a29bb 100644 --- a/API/API.mli +++ b/API/API.mli @@ -3713,7 +3713,6 @@ sig | VtProofStep of proof_step | VtProofMode of string | VtQuery of vernac_part_of_script * Feedback.route_id - | VtBack of vernac_part_of_script * Stateid.t | VtMeta | VtUnknown and vernac_qed_type = |
