Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Arrays in Coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Arrays in Coq


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] Arrays in Coq
  • Date: Fri, 02 Jan 2009 09:01:14 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Ashish Darbari wrote:
Is there an implementation of Arrays in Coq? If yes, does someone have any experience on extraction to ocaml arrays?

Since Coq's Gallina is a purely functional language, a direct implementation of the (imperative) array ADT doesn't make sense. Nonetheless, arrays tend to be easy to integrate into approaches to describing and verifying imperative programs in Coq. For instance, arrays are included in the latest version of the Ynot system, which we hope to release in the next few weeks.





Archive powered by MhonArc 2.6.16.

Top of Page