Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Efficient way to find non-instantiated external variables

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Efficient way to find non-instantiated external variables


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: Kenneth Roe <kendroe AT hotmail.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Efficient way to find non-instantiated external variables
  • Date: Tue, 26 Jul 2011 07:44:16 -0400

Kenneth Roe wrote:
I have a proof that is a few hundred lines, involves many (nested) Coq calls, and takes about 15 minutes to complete. At the end, I have the error "No more subgoals but non-instantiated existential variables:...". What is the fastest way to find the exact lines of source code that are generating these goals?

One approach I've used is binary search with the placement of [Show Existentials.] within the proof script. ;)



Archive powered by MhonArc 2.6.16.

Top of Page