diff options
| author | aspiwack | 2011-04-19 17:11:35 +0000 |
|---|---|---|
| committer | aspiwack | 2011-04-19 17:11:35 +0000 |
| commit | cf35c36c341d7f1f615b3e11e6aab64a7fa6a5bf (patch) | |
| tree | d3d93d46cf457f4fcefb0429ecadba3bddd6ed68 /plugins/decl_mode/decl_proof_instr.mli | |
| parent | 81314527f72fed919cf4f1fe06a4a333ac18a5fe (diff) | |
Declarative mode: fix escape and return.
The declarative mode should now work almost like in v8.3
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14029 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/decl_mode/decl_proof_instr.mli')
| -rw-r--r-- | plugins/decl_mode/decl_proof_instr.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/decl_mode/decl_proof_instr.mli b/plugins/decl_mode/decl_proof_instr.mli index b27939b3ca..1205060aea 100644 --- a/plugins/decl_mode/decl_proof_instr.mli +++ b/plugins/decl_mode/decl_proof_instr.mli @@ -19,8 +19,6 @@ val register_automation_tac: tactic -> unit val automation_tac : tactic -val daimon_subtree: Proof.proof -> Proof.proof - val concl_refiner: Termops.meta_type_map -> constr -> Proof_type.goal sigma -> constr |
