Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Type-Checking partial proofs

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Type-Checking partial proofs


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Type-Checking partial proofs
  • Date: Fri, 29 Jun 2012 03:02:30 -0400

Hi,
I'm trying to diagnose an "Illegal application (Type Error)" that I get on [Qed].  I'm pretty sure it comes from an implicit coercion or from a [rewrite] or from [reflexivity], but I'm not sure.  Is there a way to ask Coq to see if the proof built up so far type-checks?  I can use [admit. Qed.], but this only works if there are no remaining existential variables.
Thanks.

-Jason



Archive powered by MHonArc 2.6.18.

Top of Page