Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Qed takes long time

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Qed takes long time


Chronological Thread 
  • From: Abhishek Anand <abhishek.anand.iitg AT gmail.com>
  • To: Maxime Dénès <mail AT maximedenes.fr>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Qed takes long time
  • Date: Mon, 28 Oct 2013 18:53:54 -0400

You can do Show Proof just before Qed to get the exact term that has to be typechecked at Qed (I think).
Trying to type-check parts of the proof-term might help in isolating the problem.


-- Abhishek

On Mon, Oct 28, 2013 at 6:41 PM, Maxime Dénès <mail AT maximedenes.fr> wrote:
Hi,

In theory, a one tactic script can generate an arbitrarily complex proof term (which is checked at Qed), so you should give more information (like the lemma and its proof) if you want some advice.

Maxime.


On 10/28/2013 06:35 PM, Marcus Ramos wrote:
Hi,

It takes a few minutes to run the demonstration of a lemma with a few lines in it, but when it reaches "Qed", it takes more than 40 minutes just for it. Why is that so?

Thanks in advance,
Marcus.





Archive powered by MHonArc 2.6.18.

Top of Page