Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] cutrewrite

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] cutrewrite


Chronological Thread 
  • From: Laurent Thery <Laurent.Thery AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] cutrewrite
  • Date: Sat, 18 Jul 2020 10:45:14 +0200


Hi,

It seems there is no variant of enough with respect to assumptions.
Could you use

replace a with b in H' |-.

instead ?

Regards,

--
Laurent

On 7/18/20 10:11 AM, Chris Dams wrote:
> Dear all,
>
> Coqide says that cutrewrite is deprecated. The docs say that I should
> use the enough tactic instead. So I can do 'enough (a = b) as ->'
> instead of 'cutrewrite (a = b)'. This works but what do I do when I
> would want to do 'cutrewrite (a = b) in H'. I.e., use cutrewrite to
> rewrite something in a hypothesis?
>
> Regards,
> Chris



Archive powered by MHonArc 2.6.19+.

Top of Page