diff options
| author | Maxime Dénès | 2017-12-22 14:00:05 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-27 14:03:29 +0100 |
| commit | 9f1d36749529eb66d834d4b417cbc1d8e7cac325 (patch) | |
| tree | 7f1c828f5fc4095764b80bfcda535abca2263732 /vernac/vernacprop.mli | |
| parent | 7e319ad03aba413f3165b848eaf821b364f9291b (diff) | |
Remove query-in-IDE warning.
I don't understand what is wrong with putting a query in a script
running in the IDE. It is typically needed when giving demos, and that
sounds like a ligitimate use case. By the way, we do it ourselves every year
during the demo at CoqPL...
Diffstat (limited to 'vernac/vernacprop.mli')
| -rw-r--r-- | vernac/vernacprop.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/vernacprop.mli b/vernac/vernacprop.mli index eb7c7055ac..df739f96a9 100644 --- a/vernac/vernacprop.mli +++ b/vernac/vernacprop.mli @@ -21,6 +21,6 @@ val has_Fail : vernac_control -> bool val is_navigation_vernac : vernac_control -> bool val is_deep_navigation_vernac : vernac_control -> bool val is_reset : vernac_control -> bool -val is_query : vernac_control -> bool val is_debug : vernac_control -> bool val is_undo : vernac_control -> bool + |
