Skip to Content.
Sympa Menu

coq-club - [Coq-Club] generalized variables

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] generalized variables


chronological Thread 
  • From: Loic Pottier <loic.pottier AT sophia.inria.fr>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] generalized variables
  • Date: Thu, 29 Apr 2010 11:48:56 +0200

Hi,
suppose we have:

Definition part(E:Type):= E ->Prop.

then can one write something like
forall `(A:part E), True

in order to get E generalized automatically, like it works in arguments of Type Classes?

Loïc



Archive powered by MhonArc 2.6.16.

Top of Page