Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] on nat

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] on nat


Chronological Thread 
  • From: Wojciech Meyer <wojciech.meyer AT gmail.com>
  • To: Nuno Gaspar <nmpgaspar AT gmail.com>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] on nat
  • Date: Wed, 15 May 2013 13:31:46 +0100

Hi Nuno,

Nuno Gaspar
<nmpgaspar AT gmail.com>
writes:

> I was unable to find a work in the users' contributions that uses it,
> but I imagine there exists with such a need...
>
> could you please point me to a development that uses lists to
> represent (large) natural numbers?

nat is meant to be designed for indexing other data types, using
dependent typing, like vectors or indexed lists and I don't think it can
be used efficiently in any other ways.

-Wojciech



Archive powered by MHonArc 2.6.18.

Top of Page