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 <adamc AT hcoop.net>
  • To: Ashish Darbari <ashish AT darbari.org>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Finite Maps
  • Date: Sun, 11 Jan 2009 14:12:16 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Ashish Darbari wrote:
However having compiled these using ocaml compilers and loading (#use)

the fMapAVL.ml I get an error message

The file ocaml and fMapList.cmi make inconsistent assumptions over interface List


I expect that you extracted a file list.ml, which conflicts with [List] from the OCaml standard library. Check out the [-pack] option to the OCaml compilers for a way to put your extracted modules in a separate namespace and avoid the clash.





Archive powered by MhonArc 2.6.16.

Top of Page