Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] preventing simpl

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] preventing simpl


Chronological Thread 
  • From: Jean-Marie Madiot <madiot AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] preventing simpl
  • Date: Fri, 11 Apr 2014 18:48:55 +0200

> Sure, in this particular example I could do simpl plus, but I would like to
> be able to set this kind of "guard" for some functions, and also be able to
> unset them on demand.

for your example you can use:

simpl (5 + 3).

or

simpl (_ + 3).

if that is enough "guard" for you.



Archive powered by MHonArc 2.6.18.

Top of Page