Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Error: Not the right number of missing arguments

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Error: Not the right number of missing arguments


chronological Thread 
  • From: Adam Chlipala <adamc AT hcoop.net>
  • To: Jeff Terrell <jeff AT kc.com>
  • Cc: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Error: Not the right number of missing arguments
  • Date: Wed, 30 Dec 2009 10:27:28 -0500

Jeff Terrell wrote:
I'd be grateful if someone would let me know why the last invocation of "exists" fails, and what the error message

"Not the right number of missing arguments (expected 0)"

means in this context.

The goal there is a conjunction, not an existential quantification. If you run [split] first, your [exists] works fine.

Presumably the error message has to do with Coq's attempt to treat conjunction as existential quantification.



Archive powered by MhonArc 2.6.16.

Top of Page