Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "Concrete" multiset?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "Concrete" multiset?


chronological Thread 
  • From: frederic.blanqui AT loria.fr
  • To: Edsko de Vries <devriese AT cs.tcd.ie>
  • Cc: coq-club AT pauillac.inria.fr, color AT loria.fr
  • Subject: Re: [Coq-Club] "Concrete" multiset?
  • Date: Wed, 7 Nov 2007 10:33:11 +0100 (CET)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Wed, 7 Nov 2007, Edsko de Vries wrote:

Is there an implementation of multisets in Coq which has the property
that for two multisets M1 and M2, union M1 M2 = union M2 M1 (as in the
Multiset implementation in the standard library), but is "concrete" in
the sense that it supports an operation elems :: Multiset A -> List A?

see for instance the multiset modules of the CoLoR library on http://color.loria.fr/.





Archive powered by MhonArc 2.6.16.

Top of Page