Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] [coqdev] Tactic for detecting that there is a goal left?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] [coqdev] Tactic for detecting that there is a goal left?


Chronological Thread 
  • From: Jonathan <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] [coqdev] Tactic for detecting that there is a goal left?
  • Date: Fri, 13 Jun 2014 12:07:11 -0400

On 06/13/2014 11:46 AM, Arnaud Spiwack wrote:
...
Goal counting is easy. Of course, since Ltac doesn't have datatype, we'll
need to make special tactics and syntax for most use case. Do you have any
opinion on the design?



If goal counting was implemented, which goals would it count? Would it count all outstanding goals? Or would it only count subgoals generated by the previous tactic? Would it count shelved goals? Unsolved existentials?

If Jason's usage for "at most one goal left" applies to the current goal subtree where the tactic is being called and not to other subtrees, you would need goal counting to be similarly restricted to be helpful in that case.




Archive powered by MHonArc 2.6.18.

Top of Page