Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "Error: refine: proof term contains metas in a product."

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "Error: refine: proof term contains metas in a product."


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] "Error: refine: proof term contains metas in a product."
  • Date: Sun, 16 Feb 2014 11:31:04 -0500

Does replacing [forall b : A, r (a*b) (P b) _] with [(fun x => forall b : A, r (a*b) (P b) (x b)) _] work (possibly with some additional type annotations)?

-Jason


On Sun, Feb 16, 2014 at 10:46 AM, Anders Lundstedt <anders AT anderslundstedt.se> wrote:
On Sun, Feb 16, 2014 at 8:50 AM, Arnaud Spiwack
<aspiwack AT lix.polytechnique.fr> wrote:
> ... Except moving to the development
> version of Coq: the refine tactic has been completely reimplemented and
> accepts holes anywhere.

Is it possible to just add the reimplented refine tactic as a custom
tactic, without too much fuss?




Archive powered by MHonArc 2.6.18.

Top of Page