Skip to Content.
Sympa Menu

coq-club - [Coq-Club] parameter

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] parameter


chronological Thread 
  • From: "Patricia Peratto" <psperatto AT adinet.com.uy>
  • To: "coqclub" <coq-club AT inria.fr>
  • Subject: [Coq-Club] parameter
  • Date: Sat, 21 Apr 2012 15:07:06 -0300

I mean by parameter the name of variable together with
its type that one puts to the left of the : in  a definition,
by example A:Type in
 
Inductive List (A:Type):Type
 
or
 
(A:Type) and (x:A) in
 
Inductive eq (A:Type)(x:A) : A->Type
 
Regards
Patricia



Archive powered by MhonArc 2.6.16.

Top of Page