Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Cannot infer the implicit parameter B of inl

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Cannot infer the implicit parameter B of inl


Chronological Thread 
  • From: Cedric Auger <sedrikov AT gmail.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Cannot infer the implicit parameter B of inl
  • Date: Tue, 17 Jun 2014 14:10:53 +0200

I think that "apply … with (B := …)" also works.


2014-06-17 13:44 GMT+02:00 Greg Morrisett <greg AT eecs.harvard.edu>:
Use something like:

  apply (@inl foo bar)

or

  apply (@inl(B:=bar))

where the goal is something of type foo+bar.

-Greg

On 6/17/2014 7:38 AM, Marcus Ramos wrote:
Hi,

I get the error message "Cannot infer the implicit parameter B of inl."
​ when using apply.. with...​
How do I fix it?

Thanks,
Marcus.




--
.../Sedrikov\...



Archive powered by MHonArc 2.6.18.

Top of Page