Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Polymorphism in Coq.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Polymorphism in Coq.


chronological Thread 
  • From: Bernard Hurley <bernard AT marcade.biz>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Polymorphism in Coq.
  • Date: Mon, 30 Apr 2012 07:18:09 +0100

Hi.

I have a set [B] with and a Fixpoint [plus_B:B->B->B]. I also have a lot
of code written in two parts that are identical except that in one I am
using [nat] and [plus] and in the other I am using [B] and [plus_B]. Is
there any way of writing this polymorphically?

Cheers,

Bernard.




Archive powered by MhonArc 2.6.16.

Top of Page