Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Re: Agda beats Coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Re: Agda beats Coq


chronological Thread 
  • From: Nils Anders Danielsson <nad AT Cs.Nott.AC.UK>
  • To: coq-club <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] Re: Agda beats Coq
  • Date: Sat, 22 Nov 2008 21:24:52 +0000
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On 2008-11-21 10:01, Nils Anders Danielsson wrote:

  codata __ {A : Set} : (t t : Tree A) -> Set where
    leaf : leaf  leaf
    node : forall {l l x x r r}
           (l : l  l) (x : x  x) (r : r  r) ->
           node l x r  node l x r

The text above does not quite match what I wrote. If the message
delivered to you also looked like gibberish then you can check out the
coq-club archives at

  http://pauillac.inria.fr/pipermail/coq-club/2008/004154.html

for a version where no characters have been stripped.

--
/NAD


This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.





Archive powered by MhonArc 2.6.16.

Top of Page