Skip to Content.
Sympa Menu

coq-club - Re: Re[Coq-Club] writing and eta rule

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: Re[Coq-Club] writing and eta rule


chronological Thread 
  • From: Andrej Bauer <andrej.bauer AT andrej.com>
  • To: muad <muad.dib.space AT gmail.com>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: Re[Coq-Club] writing and eta rule
  • Date: Tue, 2 Jun 2009 00:20:06 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Dear Muad,

thank you very much for your help.

> and for comp you can just do  unfold comp;  which replaces the use with its
> definition.

That goes the wrong way, doesn't it? I want to rewrite "f (g x)" to
"(comp f g) x". But I think I can manage myself now that I saw how to
deal with eta rule.

With kind regards,

Andrej





Archive powered by MhonArc 2.6.16.

Top of Page