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: Pierre Courtieu <Pierre.Courtieu AT cnam.fr>
  • To: Vladimir Voevodsky <vladimir AT ias.edu>
  • Cc: Coq-Club Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] implicit argument in identity
  • Date: Thu, 30 Jun 2011 21:02:18 +0200

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