Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

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


Chronological Thread 
  • From: Andrew Kent <sgtamk AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Automatically solving goals from "Grab Existential Variables."?
  • Date: Fri, 20 Jun 2014 11:01:54 -0400

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


Archive powered by MHonArc 2.6.18.

Top of Page