Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Version of vm_compute that ignores opaque?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Version of vm_compute that ignores opaque?


Chronological Thread 
  • From: Maxime Dénès <mail AT maximedenes.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Version of vm_compute that ignores opaque?
  • Date: Fri, 06 Feb 2015 20:28:24 +0100

Hi Greg,

As far as I know, you'll have to search/replace. There is only a very
limited number of vernacular commands / tactics that can bypass
Qed-style opacity, like Print, Print Assumptions and extraction.

Writing a patch for vm_compute that ignores opacity wouldn't be too
hard, though.

Cheers,

Maxime.

On 02/06/2015 07:52 PM, Gregory Malecha wrote:
> Hello --
>
> I have a bunch of proofs that I have Qed'd and now I want to reduce them,
> just to see what they look like after being fully reduced. Is there any
> easy way to do this or do I need to search/replace Qed with Defined?
>




Archive powered by MHonArc 2.6.18.

Top of Page