Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Extraction fails

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Extraction fails


Chronological Thread 
  • From: Christoph-Simon Senjak <christoph.senjak AT ifi.lmu.de>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Extraction fails
  • Date: Fri, 27 Jun 2014 00:23:40 +0200

Hello.

I am trying to extract a term from my (very long) code, and I get the
error message

Error: The 2nd argument of exist still occurs after extraction.
Please check the Extraction Implicit declarations.

(How) can I find out what part of my program causes the problem?

As my coding style is very similar everywhere, there will probably many
instances of the same problem (the same error already occured on other
functions I tested). Is it - instead - possible to just extract
everything, including Prop-Terms, so it does not have to bother about these?

Best Regards
CSS



Archive powered by MHonArc 2.6.18.

Top of Page