Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Apply without TC inference

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Apply without TC inference


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Apply without TC inference
  • Date: Wed, 27 Jul 2016 15:59:55 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=jasongross9 AT gmail.com; spf=Pass smtp.mailfrom=jasongross9 AT gmail.com; spf=None smtp.helo=postmaster AT mail-oi0-f50.google.com
  • Ironport-phdr: 9a23:ry+3rh+s+/oMRv9uRHKM819IXTAuvvDOBiVQ1KB90OocTK2v8tzYMVDF4r011RmSDN2dta8P27aempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47AblHf6ke/8SQVUk2mc1EkfqKrR8WC04ye7KObw9XreQJGhT6wM/tZDS6dikHvjPQQmpZoMa0ryxHE8TNicuVSwn50dxrIx06vrpT4wJk2+CNJ/vkl6sRoUKPgfq1+Q6YLIi4hNjUX7dbss1HsVwyU/TNIUGwNlRxHGQ/e90DSUZL4sy+8ve14jnrJdfbqRKw5DGzxp5xgTwXl3X8K

https://coq.inria.fr/bugs/show_bug.cgi?id=3841 , https://coq.inria.fr/bugs/show_bug.cgi?id=3495 

On Wed, Jul 27, 2016 at 8:24 AM Jonathan Leivent <jonikelee AT gmail.com> wrote:


On 07/27/2016 11:14 AM, Jason Gross wrote:
> Have you tried using Tactic Notation and ident, if I recall correctly?
> There should be a way to interpret a symbol as a name rather than as a
> constr.

There should be, but I can't find it.  I tried ident and uconstr and
reference and simple_intropattern, but it seems like @silly is distinct
from silly in a way that nothing can convert between.

>
> I think that the extra typeclass resolution is related to a bug I ran into
> in 8.4 a while back, where if you have an implicit argument which is an
> unresolable typeclass, and the argument doesn't appear in the type, and you
> [eapply] the lemma, then just about every subsequent tactic (reflexivity,
> destruct, etc, but not refine) will fail with a typeclass resolution error.

Sounds horrible.  Do you have an example of that?  Or the bugzilla
number for it?

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page