Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problem with "once" tactical and "constructor"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problem with "once" tactical and "constructor"


Chronological Thread 
  • From: Jonathan Leivent <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Problem with "once" tactical and "constructor"
  • Date: Sun, 01 Feb 2015 15:33:29 -0500


On 02/01/2015 03:21 PM, Jason Gross wrote:
It would seem so, given that

Hint Extern 0 (bar ?f) => destruct f.
Hint Extern 0 => constructor.
Hint Extern 0 => reflexivity.

is not sufficient to make [eauto] solve the goal.

But, "all:solve [auto]" does solve it with those hints. But, "all:solve [eauto]" doesn't. That's probably a bug.

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page