Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Programming with finite sets, maps, relations

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Programming with finite sets, maps, relations


Chronological Thread 
  • From: Kevin Sullivan <sullivan.kevinj AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Programming with finite sets, maps, relations
  • Date: Fri, 2 Aug 2013 11:49:22 -0400

Dear Coq Club:

A student and I need to write Coq code using simple finite sets and maps (e.g., to build symbol tables, do lookups in 1-n relations, and that sort of thing). Types are known statically. Are we best advised to use Coq's FSets library, Stéphane Lescuyer's First-Class Containers in Coq, or perhaps something else that we don't know about yet? 

Kind regards,
Kevin




Archive powered by MHonArc 2.6.18.

Top of Page