Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Automatically solving goals from "Grab Existential Variables."?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Automatically solving goals from "Grab Existential Variables."?


Chronological Thread 
  • From: Jonathan <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Automatically solving goals from "Grab Existential Variables."?
  • Date: Fri, 20 Jun 2014 11:16:05 -0400

On 06/20/2014 11:01 AM, Andrew Kent wrote:
Greetings all,

I was just curious if there was a nice, neat way to try automatically solving
all the goals generated from “Grab Existential Variables”.

It would be nice if, for example, there was something I could write like
“Grab Existential Variables; auto.” (this, btw, is a syntax error) instead of
writing “Grab Existential Variables; auto. auto. auto.” For a moment I
thought “Solve All Obligations using auto.” might work, but it looks like
these are not considered “obligations” by Coq.

Best,
Andrew

In the trunk version, you can do: "Grab Existential Variables. all:auto."

-- Jonathan






Archive powered by MHonArc 2.6.18.

Top of Page