Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Folding 'not'

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Folding 'not'


chronological Thread 
  • From: Paolo Herms <paolo.herms AT cea.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Folding 'not'
  • Date: Mon, 11 Jul 2011 11:54 +0200

On Monday 11 July 2011 11:28:51 Coq Dev wrote:
> Is it possible to fold a "not" after it has been unfolded? For instance:
> 
And the following should work, too, but currently fails with an exception:

change (?X -> False) with (not X) in *.

Maybe anybody wants to fix this for a future version...
-- 
Paolo Herms
PhD Student - CEA Software Safety Lab. / INRIA ProVal Project
Paris, France



Archive powered by MhonArc 2.6.16.

Top of Page