Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] implicit argument in identity

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] implicit argument in identity


chronological Thread 
  • From: Vladimir Voevodsky <vladimir AT ias.edu>
  • To: Pierre Courtieu <Pierre.Courtieu AT cnam.fr>
  • Cc: Coq-Club Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] implicit argument in identity
  • Date: Thu, 30 Jun 2011 15:32:52 -0400

Thanks!

My problem was  that in the html version of Coq.Init.Datatypes which is 
linked with standard Coq documentation there is no  Set Implicit Arguments 
command .

V.
  



On Jun 30, 2011, at 3:02 PM, Pierre Courtieu wrote:

> Hello Vladimir,
> 
> No, if you play the script of Datatype.v until the definnition of
> identity and use [About identity] you will see that the argument is
> already implicit. Actually this is probably due to the global [ Set
> Implicit Arguments ] at the beginning of the same file.
> 
> Best regards,
> Pierre
> 
> 2011/6/30 Vladimir Voevodsky 
> <vladimir AT ias.edu>:
>> Hello,
>
>> does anybody know where the first ( type ) argument of [ identity ] is 
>> declared to be implicit ?
>
>> [ identity ] itself is defined in Coq.Init.Datatypes but there the first 
>> argument is explicit.
>
>> Thanks!
>> Vladimir.
>





Archive powered by MhonArc 2.6.16.

Top of Page