Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Very long (hopefully not infinite?) Qed.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Very long (hopefully not infinite?) Qed.


Chronological Thread 
  • From: Martin Bodin <martin.bodin AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Very long (hopefully not infinite?) Qed.
  • Date: Wed, 03 Sep 2014 18:09:42 +0200


And what happens when you are trying:

Definition test : A -> B -> C := fun a => proj1 T.
Does it take a long time ?

Hi,
Yes! It does take the “same” (I didn't see it terminate) amount of time. I thus guess that the “exact” tactic does less work than I thought.

I'm afraid that Gregory Malecha is right: I'll work on a minimalistic example runnable without library… and trying to add explicit types to the problematic terms.

Thanks a lot for your help! I've learned about “Qed” ;-)
Martin.



Archive powered by MHonArc 2.6.18.

Top of Page