aboutsummaryrefslogtreecommitdiff
path: root/coqpp
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-06-29 15:00:28 +0200
committerEmilio Jesus Gallego Arias2020-07-08 15:12:46 +0200
commita164eaafad33ccbc2b0bdbb75147a54ebe3a9848 (patch)
tree1c400f9ee578e30571f0dd38b3d62370c1bf35a4 /coqpp
parent1954fb6cb6f854c59d7905163ae9b84901edd863 (diff)
[obligations] Allow to simultaneously open a proof and add obligations
Diffstat (limited to 'coqpp')
-rw-r--r--coqpp/coqpp_main.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/coqpp/coqpp_main.ml b/coqpp/coqpp_main.ml
index ffde49f2ac..2735c5b5eb 100644
--- a/coqpp/coqpp_main.ml
+++ b/coqpp/coqpp_main.ml
@@ -342,6 +342,7 @@ let understand_state = function
| "read_program" -> "VtReadProgram", false
| "program" -> "VtModifyProgram", false
| "declare_program" -> "VtDeclareProgram", false
+ | "program_interactive" -> "VtOpenProofProgram", false
| s -> fatal ("unsupported state specifier: " ^ s)
let print_body_state state fmt r =