Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Prefixes of a vector

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Prefixes of a vector


chronological Thread 
  • From: Adam Chlipala <adamc AT hcoop.net>
  • To: "Samuel E. Moelius III" <moelius AT cis.udel.edu>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Prefixes of a vector
  • Date: Wed, 20 Aug 2008 11:17:23 -0400
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Samuel E. Moelius III wrote:
What about in a more general setting? Does anyone know of an example of type family which can be easily expressed/manipulated as an inductive definition, but cannot be so easily expressed/manipulated as a recursive definition?

Most type families don't make sense as recursive definitions. The general trick only works when the family parameters determine the "skeleton" of the inhabiting values. For instance, representing abstract syntax trees for programming languages with recursive definitions is probably almost always going to bring nothing but pain.





Archive powered by MhonArc 2.6.16.

Top of Page