Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Coq Extraction and String

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Coq Extraction and String


chronological Thread 
  • From: Xavier Leroy <Xavier.Leroy AT inria.fr>
  • To: gmalecha AT fas.harvard.edu
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Coq Extraction and String
  • Date: Mon, 24 Nov 2008 15:14:00 +0100
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

> I'm working on using Coq extraction but I've run into problems with the
> string type. If I do
>
> Recursive Extraction Library String.
>
> I get the coq string library, but the name String conflicts with the
> ocaml String library so when I link my code it can't resolve references.

I don't know of any really clean solution to this problem, but see an
earlier message of mine for two possible approaches:

http://pauillac.inria.fr/pipermail/coq-club/2007/003005.html

Hope this helps,

- Xavier Leroy





Archive powered by MhonArc 2.6.16.

Top of Page