Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Finite Maps

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Finite Maps


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: Marco Servetto <marco.servetto AT gmail.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Finite Maps
  • Date: Sat, 06 Aug 2011 10:43:35 -0400

Marco Servetto wrote:
What makes you think "setoid is required"?
-Library Coq.FSets.FMapInterface
requires
-Library Coq.Structures.DecidableType
that requires
-Library Coq.Lists.SetoidList
-that requires
Library Coq.Setoids.Setoid

I'm pretty sure you can ignore this fact. [Print Assumptions] will help you be sure in the end.

It tooks me a long time to realize that the module/functor
implementing the interface was the one called Raw.... It makes sense
with the idea of hiding the implementation, however it isn't making it
a little to extreem? may be someone want to depend of the
implementation...

I don't think you want to use that functor. Just call, e.g., [FSetAVL.Make]. Its manual page has a hyperlink from the signature, where you can find all the members of the output module documented. I think it's really that simple.



Archive powered by MhonArc 2.6.16.

Top of Page