Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Hint Rewrite for rules defined in sections with contexts

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Hint Rewrite for rules defined in sections with contexts


Chronological Thread 
  • From: Jonathan <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Hint Rewrite for rules defined in sections with contexts
  • Date: Sat, 17 May 2014 11:23:35 -0400

On 05/16/2014 10:02 PM, Jason Gross wrote:
You can also do [Hint Rewrite @my_rw_rule : rw_rules.], but this won't
solve the constraints in the goal, it'll just leave them unsolved as
further goals.

-Jason


Thanks. That form works in my case as well.

So, is the "Unable to satisfy" error a bug? Probably not. But I still don't understand the reason for the difference in behavior between Hint Resolve and Hint Rewrite with respect to implicit arguments. Is Hint Rewrite foo ever preferable to Hint Rewrite @foo?

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page