Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Syntax of Typeclasses?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Syntax of Typeclasses?


chronological Thread 
  • From: Paolo Herms <paolo.herms AT cea.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Syntax of Typeclasses?
  • Date: Tue, 28 Jun 2011 18:19:50 +0200


On Tuesday 28 June 2011 17:59:59 Randy Pollack wrote:
> but this is rejected: "Error: Unbound and ungeneralizable variable A".
> 
> What am I misunderstanding?

You need to declare
Generalizable All Variables.
or only the ones you need, see 
http://coq.inria.fr/refman/Reference-Manual004.html#@command88
-- 
Paolo Herms
PhD Student - CEA-LIST Software Safety Lab. / INRIA ProVal Project
Paris, France



Archive powered by MhonArc 2.6.16.

Top of Page