Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "simpl" control

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "simpl" control


Chronological Thread 
  • From: Enrico Tassi <enrico.tassi AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] "simpl" control
  • Date: Fri, 5 Jun 2015 10:46:17 +0200

On Thu, Jun 04, 2015 at 11:29:27AM +0200, Ralf Jung wrote:
> I played around with SimplIsCbn, but it seems that ssreflect's "/=" will
> still call the old simpl. At least, "move=>/=" does not behave like
> "cbn" even with SimplIsCbn set. Is there any way to tell Ssreflect to
> also use cbn?

Unfortunately not, "simpl" is hard coded in ssreflect 1.5.
Next version will honor SimplIsCbn.

Best,
--
Enrico Tassi



Archive powered by MHonArc 2.6.18.

Top of Page