Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Data Structures

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Data Structures


chronological Thread 
  • From: Edsko de Vries <devriese AT cs.tcd.ie>
  • To: Dimitris Vekris <dvekris AT hotmail.com>
  • Cc: coq-club <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] Data Structures
  • Date: Mon, 16 Mar 2009 10:35:20 +0000
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

You can either define a function that indexes a list and takes a proof that the index is strictly smaller than the length of the list and use that function instead of 'nth', or else use vectors instead (which are lists of a particular length).

Edsko





Archive powered by MhonArc 2.6.16.

Top of Page