Skip to Content.
Sympa Menu

coq-club - [Coq-Club] eval change

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] eval change


Chronological Thread 
  • From: Gregory Malecha <gmalecha AT eecs.harvard.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] eval change
  • Date: Fri, 22 Mar 2013 14:17:02 -0400

Hello --

Is there a way in Ltac to run [change] on a term? For example, I'd like to do:

let x := eval change A with B in x in ....

in order to change all of the uses of A with B.

Ideally I would be able to do this without a [match ... with context [ A ] => ... end].

Thanks.

--
gregory malecha



Archive powered by MHonArc 2.6.18.

Top of Page