Skip to Content.
Sympa Menu

coq-club - Re: extensionnalite

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: extensionnalite


chronological Thread 
  • From: jd AT sophia.inria.fr (Joelle Despeyroux)
  • To: sophia-listes-coq-club AT news-sop.inria.fr
  • Subject: Re: extensionnalite
  • Date: 5 Oct 1999 13:13:37 GMT
  • Newsgroups: sophia.listes.coq-club
  • Organization: INRIA, Sophia-Antipolis (Fr)

Dear all,

We used an axiom of extensionality in our experiments on formalizing
functional languages using the higher-order abstract syntax method 
in Coq, when formalizing the type Ln = L -> ... -> L -> L representing
the terms in L depending on n variables as 
(list L) -> L, with (list A) = nat -> A.

Using ordinary lists seemed just impossible.  Later on appeared the
possibility to define the above terms Ln using a fix point. 
Unfortunatly, we did not succeed in rewritting our specifications
using this nice type.

Joëlle Despeyroux and André Hirschowitz ,
Higher-order Syntax and Induction in Coq,
Fifth Int. Conf. on Logic Programming and Automated Reasoning, LPAR, 
Kiev, July 1994. Springer-Verlag LNAI 822. 

  Yours,
  Joelle Despeyroux 





Archive powered by MhonArc 2.6.16.

Top of Page