Skip to Content.
Sympa Menu

coq-club - [Coq-Club] and expressed by a record

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] and expressed by a record


chronological Thread 
  • From: Cedric Auger <Cedric.Auger AT lri.fr>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] and expressed by a record
  • Date: Tue, 01 Sep 2009 10:16:10 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

That is not a relevant question, rather a remark:

Shouldn't "and" be defined by a record as in:

Set Implicit Arguments.
Record and (A : Prop) (B : Prop) : Prop :=
conj
{ proj1 : A;
 proj2 : B
}.

So that projections are macro generated? (Same for prod, sigT, ...)

--
Cédric AUGER

Univ Paris-Sud, Laboratoire LRI, UMR 8623, F-91405, Orsay





Archive powered by MhonArc 2.6.16.

Top of Page