Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problems with "change" tactic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problems with "change" tactic


chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Problems with "change" tactic
  • Date: Tue, 03 Apr 2012 11:00:43 -0400

On 04/03/2012 10:44 AM, Eric Finster wrote:
I'm trying to replace an expression with another which I know it is
convertible to using the change tactic.  The tactic succeeds without
an error message, but the goal is not updated to the new expression.
As it turns out, I am using roughly the same "change" at another place
in my code but with a simpler expression, and it works fine.  Can
anyone give me a pointer as to why this might happen?

My first guess is that implicit arguments are being resolved differently in the goal vs. the first argument you pass to [change]. Perhaps [Set Printing All] would help see the difference.



Archive powered by MhonArc 2.6.16.

Top of Page