Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Problems with "change" tactic


chronological Thread 
  • From: Eric Finster <ericfinster AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Problems with "change" tactic
  • Date: Tue, 3 Apr 2012 16:44:32 +0200

Hi All,

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?

Cheers,

Eric



Archive powered by MhonArc 2.6.16.

Top of Page