Skip to Content.
Sympa Menu

coq-club - [Coq-Club] apply @lemma

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] apply @lemma


chronological Thread 
  • From: Michael Shulman <mshulman AT ucsd.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] apply @lemma
  • Date: Mon, 21 Nov 2011 10:08:11 -0800

Hi,

What is the difference between

apply lemma.

and

apply @lemma.

?  I have encountered a few situations where the former fails but the
latter succeeds.  This confuses me, because in both cases all the
arguments of lemma (implicit or non-implicit) have to be deduced from
context.  Is the first one somehow trying to guess the implicit
arguments too soon or without enough information?

Thanks!
Mike



Archive powered by MhonArc 2.6.16.

Top of Page